mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 00:07:58 -05:00
Fix: Qty. column is not show in requisition report
Padungsak git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@114 c3eb156b-1dc0-44e1-88ae-e38439141b53
This commit is contained in:
@@ -319,7 +319,7 @@ class Receiving_lib
|
||||
|
||||
foreach($this->CI->Receiving->get_requisition_items($requisition_id)->result() as $row)
|
||||
{
|
||||
$this->add_item_unit($row->item_id,$row->quantity_purchased,$row->description);
|
||||
$this->add_item_unit($row->item_id,$row->requisition_quantity,$row->description);
|
||||
}
|
||||
$this->set_supplier($this->CI->Receiving->get_supplier($requisition_id)->person_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user