add - whole system of inventory entry in organization quotas stat
This commit is contained in:
@@ -474,6 +474,7 @@ class Quota(BaseModel):
|
||||
"remaining_weight": stat.first().remaining_amount if stat.exists() else 0,
|
||||
"quota_distributed": stat.first().total_distributed if stat.exists() else 0,
|
||||
"been_sold": stat.first().sold_amount if stat.exists() else 0,
|
||||
"inventory_received": stat.first().inventory_received if stat.exists() else 0,
|
||||
}
|
||||
|
||||
def soft_delete(self):
|
||||
|
||||
Reference in New Issue
Block a user