mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
add comment about barcodes (#116)
This commit is contained in:
@@ -176,6 +176,8 @@ class Item_kits extends Secure_area implements iData_controller
|
||||
$barcode_config['barcode_type'] = 'Code128';
|
||||
}
|
||||
$data['barcode_config'] = $barcode_config;
|
||||
|
||||
// display barcodes
|
||||
$this->load->view("barcodes/barcode_sheet", $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user