2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Style fixes

This commit is contained in:
Oliver Walters 2022-04-07 18:50:10 +10:00
parent f3075d2151
commit ba81e6caf9

View File

@ -632,7 +632,6 @@ class BomItemSerializer(InvenTreeModelSerializer):
"""
Construct an "available stock" quantity:
available_stock = total_stock - build_order_allocations - sales_order_allocations
"""