Skip to content

Commit

Permalink
Update production_plan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMorais authored Sep 26, 2024
1 parent e4e96d2 commit 505caae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def get_so_items(self):
so_item.parent,
so_item.item_code,
so_item.warehouse,
so_item.qty,
so_item.stock_qty,
so_item.work_order_qty,
so_item.delivered_qty,
so_item.conversion_factor,
Expand Down

0 comments on commit 505caae

Please sign in to comment.