diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-05 11:57:07 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-05 11:57:07 +0700 |
| commit | 532dcd5a86eb86cee0e8997f9f0c25918aa6be35 (patch) | |
| tree | f414ec5ea4e57195598e63ce253d12ad8235c79f /vit_efaktur/wizard | |
| parent | 5bbde879ebc2399d47803a5e7264f270f19abc7e (diff) | |
Update pk.py
Diffstat (limited to 'vit_efaktur/wizard')
| -rwxr-xr-x | vit_efaktur/wizard/pk.py | 2 |
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) |
