Skip to content
Snippets Groups Projects
Commit 52096337 authored by Marco Folco's avatar Marco Folco
Browse files

Merge branch 'SOF-90-Quitar_cantidad_prestaciones' into '12.0-stage'

[MOD] tariff import wizard

See merge request !117
parents c29d04b5 1b48eda4
No related branches found
No related tags found
1 merge request!117[MOD] tariff import wizard
......@@ -147,8 +147,7 @@ class WizardImportTariff(models.TransientModel):
def norm_descriptor_price(self, value):
value = value.strip()
price = value[2:]
price = price.replace(',','')
price = value
try:
float(price)
except Exception:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment