- Timestamp:
- 21 Sep 2012, 08:19:35 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
/main/waeup.kofa/branches/uli-async-update removed /main/waeup.kofa/branches/uli-autoinclude-less removed /main/waeup.kofa/trunk removed
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/widgets/phonewidget.py
r9209 r9211 112 112 For the extension line we silently allow slashes as well. 113 113 """ 114 # In import files we can use the hash symbol at the end of a115 # date string to avoid annoying automatic number transformation116 # by Excel or Calc117 input = input.strip('#')118 114 result = super(PhoneWidget, self)._toFieldValue(input) 119 115 parts = input.split('-', 2)
Note: See TracChangeset for help on using the changeset viewer.