Changeset 12191 for main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
- Timestamp:
- 10 Dec 2014, 14:07:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
r11849 r12191 271 271 errs, inv_errs, conv_dict = converter.fromStringDict( 272 272 row, self.factory_name, mode=mode) 273 if 'code' in row and ' ' in row['code']: 274 errs.append(('code','must not contain spaces')) 273 275 return errs, inv_errs, conv_dict 274 276
Note: See TracChangeset for help on using the changeset viewer.