mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-19 01:06:57 -04:00
Add stock location filtering on items
This commit is contained in:
1 parent
290533612e
commit
2929dfe9dd
13 files changed
+103
-43
No files matched your search
@@ -231,7 +231,7 @@ class Sale_lib
|
||||
}
|
||||
|
||||
$insertkey=$maxkey+1;
|
||||
$item_info=$this->CI->Item->get_info($item_id);
|
||||
$item_info=$this->CI->Item->get_info($item_id,$item_location);
|
||||
//array/cart records are identified by $insertkey and item_id is just another field.
|
||||
$item = array(($insertkey)=>
|
||||
array(
|
||||
|
||||
Reference in new issue
Block a user