some apis of pos

This commit is contained in:
2025-08-20 16:12:49 +03:30
parent 20e4bfad75
commit f271c908c9
4 changed files with 49 additions and 6 deletions

View File

@@ -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