Corrected errors

This commit is contained in:
objecttothis
2020-05-04 17:19:03 +04:00
parent 0051fa87ec
commit d5d6d6668c

View File

@@ -7,7 +7,7 @@ class Config extends Secure_Controller
public function __construct()
{
parent::__construct('config');
$this->load->library('barcode_lib');
$this->load->library('sale_lib');
}
@@ -21,7 +21,7 @@ class Config extends Secure_Controller
$bower = FALSE;
$composer = FALSE;
$license = array();
$license[$i]['title'] = 'Open Source Point Of Sale ' . $this->config->item('application_version');
if(file_exists('license/LICENSE'))