Wrong price decimals in Report Salesman Listing
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 23 Mar 2009 23:33:02 +0000 (23:33 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 23 Mar 2009 23:33:02 +0000 (23:33 +0000)
CHANGELOG.txt
reporting/rep106.php

index ca61d0cfcbdb1a9108b4b2286950d928ae265519..fa3ee23219e4335ab429c80b1a97f33f7c116e08 100644 (file)
@@ -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
index bc3889359764e2428ed19688cd4b290f9f3e0ced..aa3a83f7c49f8b4d5c8d8b1bb8d7145c2be87ceb 100644 (file)
@@ -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);