Changeset 12870 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 23 Apr 2015, 06:45:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py
r12869 r12870 87 87 88 88 In update or remove mode `container_code` and `application_number` columns 89 must not exist. The applicant object is solely localized by 90 `applicant_id` or `reg_number`.89 must not exist. The applicant object is solely localized by searching 90 the applicants catalog for `reg_number` or `applicant_id` . 91 91 """ 92 92 grok.implements(IBatchProcessor)
Note: See TracChangeset for help on using the changeset viewer.