add item share to transaction item
This commit is contained in:
@@ -327,6 +327,7 @@ class POSFreeProducts(BaseModel):
|
||||
)
|
||||
balance = models.PositiveIntegerField(default=0)
|
||||
price = models.PositiveIntegerField(default=0)
|
||||
company_fee = models.IntegerField(default=0)
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.product.name}-{self.organization.name}'
|
||||
|
||||
Reference in New Issue
Block a user