Changeset 856

Show
Ignore:
Timestamp:
02/11/10 16:19:45 (6 months ago)
Author:
vete
Message:

raffozato l'approx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/core/promogest/lib/Sla2pdfUtils.py

    r696 r856  
    130130    given number of decimals 
    131131    """ 
     132    value = value.replace("%","") 
     133    value = value.replace("€","") 
     134    value = value.strip() 
     135    value = value.replace(",",".") 
    132136    format = '%%.%df' % decimals 
    133137    #print value 
     
    309313    """ 
    310314    pass 
    311