fox
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user