Changeset 17675 for main/waeup.aaue


Ignore:
Timestamp:
17 Jan 2024, 14:18:31 (8 months ago)
Author:
Henrik Bettermann
Message:

Change condition also in custom package.

File:
1 edited

Legend:

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

    r17638 r17675  
    480480        # Temporarily enable passport upload also for cert and trans
    481481        # applications.
    482         if self.context.__parent__.with_picture:
     482        if self.picture_editable:
    483483            if not store.getFileByContext(self.context, attr=u'passport.jpg'):
    484484                return _('No passport picture uploaded.')
Note: See TracChangeset for help on using the changeset viewer.