From e6defc50d996f64e950fade4dbb9183d2ecbe091 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 16 Sep 2013 23:27:52 +0200 Subject: [PATCH] 0002177: Currency problem in Item Sales Summary Report --- reporting/rep309.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep309.php b/reporting/rep309.php index 4c8f449e..1bb9ba06 100644 --- a/reporting/rep309.php +++ b/reporting/rep309.php @@ -37,7 +37,7 @@ function getTransactions($category, $from, $to) category.description AS cat_description, item.stock_id, item.description, - line.unit_price, + line.unit_price * trans.rate AS unit_price, SUM(line.quantity) as quantity FROM ".TB_PREF."stock_master item, ".TB_PREF."stock_category category, -- 2.30.2