Skip to content

Commit

Permalink
FIX Vat src code lost after editing expense report line
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 7, 2019
1 parent 2cd09aa commit 96d4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expensereport/card.php
Expand Up @@ -2137,7 +2137,7 @@

// VAT
print '<td style="text-align:right;">';
print $form->load_tva('vatrate', (isset($_POST["vatrate"])?$_POST["vatrate"]:$line->vatrate), $mysoc, '');
print $form->load_tva('vatrate', (isset($_POST["vatrate"])?$_POST["vatrate"]:$line->vatrate), $mysoc, '', 0, 0, '', false, 1);
print '</td>';

// Unit price
Expand Down

0 comments on commit 96d4e28

Please sign in to comment.