From: Joe Hunt Date: Mon, 23 Mar 2009 23:33:02 +0000 (+0000) Subject: Wrong price decimals in Report Salesman Listing X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7a67f4b496ff557b76a4f8001a25f88e7c26986f;p=textcart.git Wrong price decimals in Report Salesman Listing --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca61d0c..fa3ee23 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 bc38893..aa3a83f 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);