Skip to content

CIM-49 Change type of Ansatt.medarbeiderundergruppe to str

Trond Aasan requested to merge bugfix/CIM-42-medarbeiderundergruppe-is-str into master

SAP API returns values as int when they look like ints. This change obviates to need to always remember to cast values when using this property since comparisons between str and int are always False in python.

Edited by Trond Aasan

Merge request reports