summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@prod-erp-indoteknikcom.c.project-indoteknik-com.internal>2022-10-05 14:34:51 +0700
committerroot <root@prod-erp-indoteknikcom.c.project-indoteknik-com.internal>2022-10-05 14:34:51 +0700
commit8728056aaa8c8e3204f19e11eabe8990e0fe0462 (patch)
treecd5e2bb0cf60269a1060bc158535a4a5225ba193
parentf3ed1afe5b496adf98689a7ba643ddc29ed86543 (diff)
parent532dcd5a86eb86cee0e8997f9f0c25918aa6be35 (diff)
Merge branch 'master' of bitbucket.org:altafixco/indoteknik14
-rwxr-xr-xvit_efaktur/wizard/pk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vit_efaktur/wizard/pk.py b/vit_efaktur/wizard/pk.py
index ff70af1..3742a62 100755
--- a/vit_efaktur/wizard/pk.py
+++ b/vit_efaktur/wizard/pk.py
@@ -239,7 +239,7 @@ class efaktur_pk_wizard(models.TransientModel):
for line in inv['invoice_line_ids']:
if not line['product_id']:
continue
- sum_dpp_line += round(line['price_subtotal'])#TODO stephan
+ sum_dpp_line += round(line['price_subtotal'])
sum_ppn_line += round(line['price_total'] - line['price_subtotal'])
print ("Invoice No ", invno)