- Timestamp:
- 3 Dec 2014, 10:25:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/batching.py
r12097 r12123 555 555 errs.append(('contract_id','id exists')) 556 556 else: 557 if not contract_id.startswith(' a'):557 if not contract_id.startswith('c'): 558 558 errs.append(('contract_id','invalid format')) 559 559 return errs, inv_errs, conv_dict
Note: See TracChangeset for help on using the changeset viewer.