iws: send volume as is (#31541)

This commit is contained in:
Emmanuel Cazenave 2019-03-19 11:03:09 +01:00
parent 0b82a19d0c
commit 1a4beccda6
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class IWSConnector(BaseResource):
'C_ORIGINE': 'TELESERVICE',
'I_APP_TYPEDEM': request_type + 'SYNDIC' if syndic else request_type,
'I_AG_TYPEAGENDA': TYPE_AGENDA[request_type],
'I_AP_QTEAGENDA': '1' if request_type == 'DECHET' else volume,
'I_AP_QTEAGENDA': volume,
'C_STAPPEL': 'B',
'C_NATURE': 'INC',
'DE_SYMPAPPEL': 'booking description',