diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-31 09:13:28 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-31 09:13:28 +0700 |
| commit | e90f1b5a714bc1a18073df18f7798d28cafab7c4 (patch) | |
| tree | 5d5abd000ef2842d9d60145f2f29413c3a7d074c /indoteknik_custom | |
| parent | 63a4c4aca3c3c1594ab72679b3cb44c873f5da5e (diff) | |
ppn 12%
Diffstat (limited to 'indoteknik_custom')
| -rw-r--r-- | indoteknik_custom/models/requisition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/requisition.py b/indoteknik_custom/models/requisition.py index 32a9f94f..780f3dde 100644 --- a/indoteknik_custom/models/requisition.py +++ b/indoteknik_custom/models/requisition.py @@ -159,7 +159,7 @@ class Requisition(models.Model): offset=i * PRODUCT_PER_PO, limit=PRODUCT_PER_PO ) - tax = [22] + tax = [220] for line in lines: product = line.product_id |
