This commit is contained in:
behruz-dev
2025-11-15 17:15:00 +05:00
parent 9b3780c0a3
commit 56f04c558f

View File

@@ -55,7 +55,7 @@ class Order(BaseModel):
completion_percentage = models.FloatField(default=0)
def __str__(self):
return f"{self.product} {self.unity} quantity order"
return f"{self.product}: Unit -> {self.unity} Quantity -> {self.quantity}"
class Meta:
verbose_name = _("Buyurtma")