Ignore:
Timestamp:
8 Jan 2015, 07:01:26 (10 years ago)
Author:
Henrik Bettermann
Message:

Validate all codes in Kofa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py

    r12191 r12414  
    271271        errs, inv_errs, conv_dict =  converter.fromStringDict(
    272272            row, self.factory_name, mode=mode)
    273         if 'code' in row and ' ' in row['code']:
    274             errs.append(('code','must not contain spaces'))
    275273        return errs, inv_errs, conv_dict
    276274
Note: See TracChangeset for help on using the changeset viewer.