summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/logbook_bill.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-07 16:02:47 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-07 16:02:47 +0700
commit61c9291070da3ef7f81774290db1923789792210 (patch)
treec010ebacb209dfb57fb5fe1d23e986c4b051cac1 /indoteknik_custom/models/logbook_bill.py
parentc971e71a19426de6c210100e2e110319df81aafa (diff)
parent1ec4b411c91851202a6058b531257f45fdd76457 (diff)
Merge branch 'production' into iman/pengajuan-tempo
Diffstat (limited to 'indoteknik_custom/models/logbook_bill.py')
-rw-r--r--indoteknik_custom/models/logbook_bill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/logbook_bill.py b/indoteknik_custom/models/logbook_bill.py
index bb956092..3c33aeb7 100644
--- a/indoteknik_custom/models/logbook_bill.py
+++ b/indoteknik_custom/models/logbook_bill.py
@@ -22,7 +22,7 @@ class LogbookBill(models.TransientModel):
('product_id', '=', line.product_id.id),
], order='id desc', limit=1)
total += line.quantity_done * po.price_unit
- total_with_tax = total * 1.11
+ total_with_tax = total * 1.12
return total_with_tax