Home
last modified time | relevance | path

Searched defs:showbarcode (Results 1 – 6 of 6) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/
H A Dcard.php1032 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
1033 …>global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->barcode->lire_advance)) $showbarcode = 0; variable
1493 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
1494 …>global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->barcode->lire_advance)) $showbarcode = 0; variable
1784 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
1785 …>global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->barcode->lire_advance)) $showbarcode = 0; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/
H A Dcard.php1158 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
1160 $showbarcode = 0; variable
1699 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
1701 $showbarcode = 0; variable
1998 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
2000 $showbarcode = 0; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/variants/
H A Dcombinations.php348 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
350 $showbarcode = 0; variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/variants/
H A Dcombinations.php337 $showbarcode = empty($conf->barcode->enabled) ? 0 : 1; variable
338 …>global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->barcode->lire_advance)) $showbarcode = 0; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php8184 public function showbarcode(&$object, $width = 100, $morecss = '') function in Form
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php7571 public function showbarcode(&$object, $width = 100) function in Form