Changeset 14198 for main/ikobacustom.uniben/trunk/src/ikobacustom
- Timestamp:
- 28 Sep 2016, 07:16:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/browser.py
r14178 r14198 38 38 39 39 def dataNotComplete(self): 40 store = getUtility(IExtFileStore)41 error = ''42 if not store.getFileByContext(self.context, attr=u'passport.jpg'):43 error += _('Passport picture is missing.')44 if error:45 return error46 40 return
Note: See TracChangeset for help on using the changeset viewer.