mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Fix receiving_quantity error in receivings page
This commit is contained in:
@@ -179,7 +179,8 @@ class Receiving_lib
|
||||
'quantity'=>$quantity,
|
||||
'discount'=>$discount,
|
||||
'in_stock'=>$this->CI->Item_quantities->get_item_quantity($item_id, $item_location)->quantity,
|
||||
'price'=>$price!=null ? $price: $item_info->cost_price
|
||||
'price'=>$price!=null ? $price: $item_info->cost_price,
|
||||
'receiving_quantity'=>$item_info->receiving_quantity
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user