Changeset 8944 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 8 Jul 2012, 14:40:59 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py
r8708 r8944 78 78 title = _(u'Ticket Creation Date'), 79 79 readonly = False, 80 required = False, 80 81 ) 81 82 -
main/waeup.kofa/trunk/src/waeup/kofa/widgets/datetimewidget.py
r8207 r8944 66 66 67 67 """ 68 # In import files we can use the hash symbol at the end of a 69 # datetime and date strings to avoid annoying automatic date 70 # transformation by Excel or Calc. 71 string = string.strip('#') 68 72 if string == self._missing: 69 73 return self.context.missing_value
Note: See TracChangeset for help on using the changeset viewer.