summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-05 11:57:07 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-05 11:57:07 +0700
commit532dcd5a86eb86cee0e8997f9f0c25918aa6be35 (patch)
treef414ec5ea4e57195598e63ce253d12ad8235c79f
parent5bbde879ebc2399d47803a5e7264f270f19abc7e (diff)
Update pk.py
-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)