mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 21:40:52 -04:00
Merge pull request #2162 from RuleDomain/fix_receipt_missing_del_item
Fix issue with deleted items not being included in reprinted receipts.
This commit is contained in:
@@ -338,9 +338,7 @@ class Item extends CI_Model
|
||||
|
||||
$this->db->group_end();
|
||||
|
||||
$this->db->where('items.deleted', 0);
|
||||
|
||||
// limit to only 1 so there is a result in case two are returned
|
||||
// limit to only 1 so there is a result in case two are returned
|
||||
// due to barcode and item_id clash
|
||||
$this->db->limit(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user