Ignore:
Timestamp:
3 Sep 2019, 12:07:02 (5 years ago)
Author:
Henrik Bettermann
Message:

Do not copy applicant_id into reg_number field after applicant creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r15548 r15578  
    13651365                    ob_class, applicant.applicant_id))
    13661366            self.applyData(applicant, **data)
    1367             applicant.reg_number = applicant.applicant_id
     1367            # applicant.reg_number = applicant.applicant_id
    13681368            notify(grok.ObjectModifiedEvent(applicant))
    13691369        elif self.context.mode == 'update':
Note: See TracChangeset for help on using the changeset viewer.