diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-19 09:48:39 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-19 09:48:39 +0700 |
| commit | a0ed09201804fd6970cdb7d0fb1f800577e4c57f (patch) | |
| tree | 47d25706ad01266b7f72808d408631517b4bf9b1 | |
| parent | fe4923c5a9b6b7bff15ee47113849be57e620c15 (diff) | |
<MIqdad> balikin
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index c8f7bb5b..2465fa96 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1685,7 +1685,7 @@ class StockPicking(models.Model): ]) for line in po.order_sales_match_line: - if not line.bu_pick and line.hold_outgoing_so: + if not line.bu_pick: continue line.bu_pick.action_assign() |
