X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep104.php;h=c2dc63a3716866014262e38a2c72eadb12a540e7;hb=268a54dcfd08aff7113bc3afe8b784f36db2d0d4;hp=4246e8e01c298a5dfe3ebfd76e27ad1e1a87313a;hpb=6b30619eff8469a679e7c18a19b6df7091417128;p=fa-stable.git diff --git a/reporting/rep104.php b/reporting/rep104.php index 4246e8e0..c2dc63a3 100644 --- a/reporting/rep104.php +++ b/reporting/rep104.php @@ -33,7 +33,7 @@ print_price_listing(); function fetch_items($category=0) { $sql = "SELECT item.stock_id, item.description AS name, - item.material_cost+item.labour_cost+item.overhead_cost AS Standardcost, + item.material_cost AS Standardcost, item.category_id,item.units, category.description FROM ".TB_PREF."stock_master item,