mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Migrated old error notifications to the """new""" system
This commit is contained in:
@@ -37,8 +37,6 @@ $forbarcode=GETPOST('forbarcode');
|
||||
$fk_barcode_type=GETPOST('fk_barcode_type');
|
||||
$eraseallbarcode=GETPOST('eraseallbarcode');
|
||||
|
||||
$mesg='';
|
||||
|
||||
$action=GETPOST('action');
|
||||
|
||||
$producttmp=new Product($db);
|
||||
@@ -198,8 +196,6 @@ print '<br>';
|
||||
print $langs->trans("MassBarcodeInitDesc").'<br>';
|
||||
print '<br>';
|
||||
|
||||
dol_htmloutput_errors($mesg);
|
||||
|
||||
//print img_picto('','puce').' '.$langs->trans("PrintsheetForOneBarCode").'<br>';
|
||||
//print '<br>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user