diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:53:21 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:53:21 +0700 |
| commit | a7cfaa803835caca360474749dbeeda0057d7220 (patch) | |
| tree | efaf6f7aec195c59878174b72df3beeca32bc236 /indoteknik_custom/models/stock_picking.py | |
| parent | dddfd3846d37e24c5b52cc98bbe889bd4a958775 (diff) | |
| parent | 4e39c1abf88e2a6a716c681e8184f2031e7612c1 (diff) | |
<hafid> repeat order
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 825368de..92ca6e39 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1386,9 +1386,9 @@ class StockPicking(models.Model): self.automatic_reserve_product() if self.tukar_guling_id: - self.tukar_guling_id.update_state() + self.tukar_guling_id.update_doc_state() elif self.tukar_guling_po_id: - self.tukar_guling_po_id.update_state() + self.tukar_guling_po_id.update_doc_state() return res |
