fix - wrong imported signals in warehouse app
This commit is contained in:
@@ -66,7 +66,7 @@ def create_org_stat_by_distribution(quota: Quota):
|
||||
inventory_received=dist.warehouse_entry,
|
||||
inventory_entry_balance=dist.warehouse_balance,
|
||||
sold_amount=dist.been_sold,
|
||||
stat_type="distributions",
|
||||
stat_type="distribution",
|
||||
)
|
||||
|
||||
if created:
|
||||
|
||||
Reference in New Issue
Block a user