Commit 2c9be315 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed invoice amount calculation

parent 3c8d7b75
......@@ -612,6 +612,13 @@ foreach csv_line_fields $values_list_of_lists {
if {$ns_write_p} { ns_write "<li>Going to write audit log.\n" }
im_audit -object_id $cost_id
# ---------------------------------------------------------------
# Update the invoice value
im_invoice_update_rounded_amount -invoice_id $cost_id -discount_perc 0 -surcharge_perc 0
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment