forked from Wavyzz/dolibarr
Fix: When cloning product, autogenerating barcode must not use same
number. Qual: Moved dedicated permission of module to "advance" permissions.
This commit is contained in:
@@ -2236,10 +2236,10 @@ function info_admin($text, $infoonimgalt = 0, $nodiv=0)
|
||||
* Toutefois, il faut essayer de ne l'appeler qu'au sein de pages php, les classes devant
|
||||
* renvoyer leur erreur par l'intermediaire de leur propriete "error".
|
||||
*
|
||||
* @param DoliDB $db Database handler
|
||||
* @param string $error String or array of errors strings to show
|
||||
* @return void
|
||||
* @see dol_htmloutput_errors
|
||||
* @param DoliDB $db Database handler
|
||||
* @param mixed $error String or array of errors strings to show
|
||||
* @return void
|
||||
* @see dol_htmloutput_errors
|
||||
*/
|
||||
function dol_print_error($db='',$error='')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user