Compare commits
2 Commits
37bcab73f0
...
7a52b59b3d
Author | SHA1 | Date | |
---|---|---|---|
7a52b59b3d | |||
0ce59a8cc6 |
@ -212,7 +212,7 @@ class Purchase(models.Model):
|
|||||||
or existing_purchase.price_currency != self.price_currency
|
or existing_purchase.price_currency != self.price_currency
|
||||||
):
|
):
|
||||||
self.converted_price = None
|
self.converted_price = None
|
||||||
self.converted_currency = None
|
self.converted_currency = ""
|
||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user