projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41112dc
)
Sales Invoice: fixed tax included amount position.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 7 Sep 2017 12:30:30 +0000
(14:30 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 7 Sep 2017 12:32:38 +0000
(14:32 +0200)
reporting/rep107.php
patch
|
blob
|
history
diff --git
a/reporting/rep107.php
b/reporting/rep107.php
index 1e9cc1487d4ad7afd419be68184aa649071a3d13..9334de1994cc786a2fb5cef08ad84849d63d112d 100644
(file)
--- a/
reporting/rep107.php
+++ b/
reporting/rep107.php
@@
-267,7
+267,7
@@
function print_invoices()
$first = false;
}
else
- $rep->TextCol(3,
7
, _("Included") . " " . $tax_type_name . _("Amount") . ": " . $DisplayTax, -2);
+ $rep->TextCol(3,
6
, _("Included") . " " . $tax_type_name . _("Amount") . ": " . $DisplayTax, -2);
}
else
{