| Current File : /var/www/uim.org.in/limsysuim/BCG/html/config/BCGothercode.php |
<?php
$classFile = 'BCGothercode.barcode.php';
$className = 'BCGothercode';
$baseClassFile = 'BCGBarcode1D.php';
$codeVersion = '5.0.2';
function customSetup($barcode, $get) {
if (isset($get['label'])) {
$barcode->setLabel($get['label']);
}
}
?>