mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 01:53:16 -04:00
12 lines
273 B
PHP
Executable File
12 lines
273 B
PHP
Executable File
<?php
|
|
$classFile = 'BCGothercode.barcode.php';
|
|
$className = 'BCGothercode';
|
|
$baseClassFile = 'BCGBarcode1D.php';
|
|
$codeVersion = '5.2.0';
|
|
|
|
function customSetup($barcode, $get) {
|
|
if (isset($get['label'])) {
|
|
$barcode->setLabel($get['label']);
|
|
}
|
|
}
|
|
?>
|