mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 00:44:03 -04:00
Fixed some minor issues
This commit is contained in:
@@ -68,7 +68,7 @@ class Sale extends CI_Model
|
||||
|
||||
if ($inputs['only_cash'] != FALSE)
|
||||
{
|
||||
$this->db->where('payment_type LIKE ', $this->lang->line('sales_cash') . '%');
|
||||
$this->db->like('payment_type ', $this->lang->line('sales_cash'), 'after');
|
||||
}
|
||||
|
||||
$this->db->group_by('sale_id');
|
||||
|
||||
@@ -176,3 +176,4 @@ abstract class BarcodeBase
|
||||
return base64_encode(ob_get_clean());
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -321,3 +321,4 @@ class Code128 extends BarcodeBase
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -186,3 +186,4 @@ class Code39 extends BarcodeBase
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user