Data model changes

This commit is contained in:
Raphael Michel
2019-12-15 18:28:51 +01:00
parent 018d345008
commit 089a468a5d
12 changed files with 131 additions and 14 deletions

View File

@@ -991,6 +991,9 @@ class AbstractPosition(models.Model):
verbose_name=_("Variation"),
on_delete=models.PROTECT
)
price_before_voucher = models.DecimalField(
decimal_places=2, max_digits=10, null=True,
)
price = models.DecimalField(
decimal_places=2, max_digits=10,
verbose_name=_("Price")