some apis of pos
This commit is contained in:
@@ -64,7 +64,6 @@ def rancher_quota_weight(rancher, inventory_entry: InventoryEntry):
|
||||
count = livestock_counts.get(live_stock_meta.get(animal_type), 0)
|
||||
|
||||
weight = per_head * Decimal(count)
|
||||
print(weight)
|
||||
details[animal_type] = weight
|
||||
total_weight += weight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user