Fix add BARCODE_INIT_MAX to solve timeout in barcode generation
This commit is contained in:
parent
11c86416a9
commit
1d7c550adb
@ -44,7 +44,7 @@ $thirdpartytmp = new Societe($db);
|
|||||||
|
|
||||||
$modBarCodeProduct = '';
|
$modBarCodeProduct = '';
|
||||||
|
|
||||||
$maxperinit = 1000;
|
$maxperinit = empty($conf->global->BARCODE_INIT_MAX) ? 1000 : $conf->global->BARCODE_INIT_MAX;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user