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:
f393f0b
)
Tax rate displayed twice in rep209 (Purchase orders). Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 16 Jan 2020 07:57:36 +0000
(08:57 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 16 Jan 2020 07:57:36 +0000
(08:57 +0100)
reporting/rep209.php
patch
|
blob
|
history
diff --git
a/reporting/rep209.php
b/reporting/rep209.php
index f6fabf31e16a728b2b6e344ba56987bf5c9bca39..2ed8cb8fe6162f825cdb59620334b79315f5d877 100644
(file)
--- a/
reporting/rep209.php
+++ b/
reporting/rep209.php
@@
-176,10
+176,7
@@
function print_po()
continue;
$DisplayTax = number_format2($tax_item['Value'], $dec);
- if ($SysPrefs->suppress_tax_rates() == 1)
- $tax_type_name = $tax_item['tax_type_name'];
- else
- $tax_type_name = $tax_item['tax_type_name']." (".$tax_item['rate']."%) ";
+ $tax_type_name = $tax_item['tax_type_name'];
if ($myrow['tax_included'])
{