summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/logbook_bill.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-01-14 02:05:10 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-01-14 02:05:10 +0000
commit6dda865a1b3262ce78ed2db024fd03efb091d6a6 (patch)
treeb7471511ed9cd899ff94e327c1a6a53d8345cedb /indoteknik_custom/models/logbook_bill.py
parent095dd98d3b5ea0f60497d6074eb04502df024415 (diff)
parent262013945e9729f9cea9a17f2060ec607bc42b64 (diff)
Merged in iman/pengajuan-tempo (pull request #265)
<iman> hapus ppn 12% dari branch
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 3c33aeb7..bb956092 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.12
+ total_with_tax = total * 1.11
return total_with_tax