mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-12 02:48:48 -04:00
Fix line removal mistake (#1166)
This commit is contained in:
@@ -165,6 +165,8 @@ class Sale_suspended extends CI_Model
|
||||
$this->db->from('sales_suspended_items');
|
||||
$this->db->join('items as items', 'sales_suspended_items.item_id = items.item_id');
|
||||
$this->db->where('sale_id', $sale_id);
|
||||
|
||||
return $this->db->get();
|
||||
}
|
||||
|
||||
public function get_sale_payments($sale_id)
|
||||
|
||||
Reference in New Issue
Block a user