Rename model field for consistency

This commit is contained in:
Raphael Michel
2015-02-11 21:35:33 +01:00
parent c81ee1ea5a
commit 9f1131023d
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@ class CartPosition(models.Model):
null=True, blank=True,
verbose_name=_("Variation")
)
total = models.DecimalField(
price = models.DecimalField(
decimal_places=2, max_digits=10,
verbose_name=_("Price")
)