small update

This commit is contained in:
ismail 2025-07-14 17:45:33 +03:00
parent 517fc4b5bc
commit 4487ba68f5

View File

@ -888,7 +888,7 @@ class CarFinance(models.Model):
max_digits=14, decimal_places=2, verbose_name=_("Cost Price")
)
selling_price = models.DecimalField(
max_digits=14, decimal_places=2, verbose_name=_("Selling Price"),
max_digits=14, decimal_places=2, verbose_name=_("Selling Price"),default=Decimal("0.00")
)
marked_price = models.DecimalField(
max_digits=14, decimal_places=2, verbose_name=_("Marked Price"),default=Decimal("0.00")