X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep309.php;h=a306a4330fab62e4a630f95fbf31b7a97d04c2c9;hb=5ac9ea61baac0cf298b07317051da51e781645b7;hp=4c8f449e3f30f39ca832a09b7fdddc195e2ab077;hpb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;p=fa-stable.git diff --git a/reporting/rep309.php b/reporting/rep309.php index 4c8f449e..a306a433 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, @@ -163,4 +163,3 @@ function print_inventory_sales() $rep->End(); } -?> \ No newline at end of file