internetmarke/models
Harald Welte 879ba64ed7 Raise exception if customs_code is not set
During WPINT label generation I'm trying to remove all spaces from the
customs code (HTS) by using the str.replace() method. However, if no
customs code is set at all, we run into an exception as the "False"
instance of the bool type doesn't have a replace() method.

Closes: SYS#5451
2021-06-01 23:25:52 +02:00
..
__init__.py add missing models/__init__.py required by some configurations 2018-01-05 09:40:05 +01:00
dp_delivery_carrier.py Raise exception if customs_code is not set 2021-06-01 23:25:52 +02:00
dp_shipping_service.py support Warenpost International API 2021-03-08 22:08:46 +01:00
res_config.py res_config: Fix de-selection of sandbox environment 2021-03-18 12:01:13 +01:00