Compare commits
2 Commits
7a52b59b3d
...
37bcab73f0
Author | SHA1 | Date | |
---|---|---|---|
37bcab73f0 | |||
1a8338c0f8 |
@ -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 = ""
|
self.converted_currency = None
|
||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user