Fix currency
This commit is contained in:
parent
914c5b5d69
commit
ec75c1be25
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def new_price(id, product, cost, title):
|
|||
price = Price(id)
|
||||
price.product = product
|
||||
price.cost = Decimal(get_decimal(cost))
|
||||
price.currency = u'€'
|
||||
price.currency = u'EUR'
|
||||
price.message = unicode(title)
|
||||
price.set_empty_fields(NotAvailable)
|
||||
price.shop = new_shop(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue