Changeset 856
- Timestamp:
- 02/11/10 16:19:45 (6 months ago)
- Files:
-
- 1 modified
-
trunk/core/promogest/lib/Sla2pdfUtils.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/promogest/lib/Sla2pdfUtils.py
r696 r856 130 130 given number of decimals 131 131 """ 132 value = value.replace("%","") 133 value = value.replace("â¬","") 134 value = value.strip() 135 value = value.replace(",",".") 132 136 format = '%%.%df' % decimals 133 137 #print value … … 309 313 """ 310 314 pass 311
