mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Small refactoring of library classes
This commit is contained in:
@@ -9,10 +9,10 @@ require APPPATH.'/views/barcodes/Ean8.php';
|
||||
|
||||
class Barcode_lib
|
||||
{
|
||||
private $CI = null;
|
||||
private $CI;
|
||||
private $supported_barcodes = array('Code39' => 'Code 39', 'Code128' => 'Code 128', 'Ean8' => 'EAN 8', 'Ean13' => 'EAN 13');
|
||||
|
||||
function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
$this->CI =& get_instance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user