diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-02 09:12:04 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-02 09:12:04 +0700 |
| commit | 199676d2864dd29faebee8b329785b179156f47d (patch) | |
| tree | 7a1b5569b818e715748c57bd8090513b29e57b55 | |
| parent | 3e08828c8e0238478a9b2575aa0705ab89124050 (diff) | |
<MIqdad> fix typo
| -rw-r--r-- | indoteknik_custom/models/tukar_guling_po.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/tukar_guling_po.py b/indoteknik_custom/models/tukar_guling_po.py index 1ee10679..9038dd28 100644 --- a/indoteknik_custom/models/tukar_guling_po.py +++ b/indoteknik_custom/models/tukar_guling_po.py @@ -533,7 +533,7 @@ class TukarGulingPO(models.Model): ('state', '=', 'done'), ('picking_type_id.id', '=', 75) ]) - if self.state == 'aproved' and total_put > 0 and put == total_put: + if self.state == 'approved' and total_put > 0 and put == total_put: self.state = 'done' |
