From ccf70b6effa051a9373158bf448d5c05563ecaa9 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 23 Mar 2009 23:33:02 +0000 Subject: [PATCH] Wrong price decimals in Report Salesman Listing --- CHANGELOG.txt | 4 ++++ reporting/rep106.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca61d0cf..fa3ee232 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +24-Mar-2009 Joe Hunt +# Wrong price decimals in Report Salesman Listing +$ /reporting/rep106.php + 23-Mar-2009 Janusz Dobrowolski # Fixed keybord access issue after AltTab $ /js/inserts.js diff --git a/reporting/rep106.php b/reporting/rep106.php index bc388935..aa3a83f7 100644 --- a/reporting/rep106.php +++ b/reporting/rep106.php @@ -74,7 +74,7 @@ function print_salesman_list() else $sum = _("Yes"); - $dec = user_qty_dec(); + $dec = user_price_dec(); $cols = array(0, 60, 150, 220, 325, 385, 450, 515); -- 2.30.2