From: Joe Date: Mon, 16 Sep 2013 21:27:52 +0000 (+0200) Subject: 0002177: Currency problem in Item Sales Summary Report X-Git-Tag: 2.3-final~196 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e6defc50d996f64e950fade4dbb9183d2ecbe091;p=fa-stable.git 0002177: Currency problem in Item Sales Summary Report --- 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,