Changeset 17705 for main/waeup.kofa
- Timestamp:
- 27 Feb 2024, 12:09:35 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py
r16472 r17705 114 114 self.iface).keys()))) 115 115 116 def che ckHeaders(self, headerfields, mode='create'):116 def cheadminckHeaders(self, headerfields, mode='create'): 117 117 cond1 = 'container_code' in headerfields 118 118 cond2 = 'application_number' in headerfields … … 339 339 problems. 340 340 """ 341 if obj.state == CREATED: 341 # Block applicant with backdoor ... 342 if obj.state == CREATED and obj.notice != 'reset': 342 343 return 'Applicant is blocked.' 343 344 return None
Note: See TracChangeset for help on using the changeset viewer.