debug in pack items

This commit is contained in:
Parsa Nazer
2025-02-05 00:38:30 +03:30
parent 380cf41eaf
commit 3ccc184a58
+1 -1
View File
@@ -94,7 +94,7 @@ class InPackItems(models.Model):
verbose_name_plural = 'ایتم های داخل پک'
def __str__(self):
return
return self.item_title
class ProductModel(models.Model):