mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix can't find link to generate barcode sheets
This commit is contained in:
@@ -193,7 +193,7 @@ llxHeader('', $langs->trans("MassBarcodeInit"));
|
||||
print load_fiche_titre($langs->trans("MassBarcodeInit"), '', 'title_setup.png');
|
||||
print '<br>';
|
||||
|
||||
print $langs->trans("MassBarcodeInitDesc").'<br>';
|
||||
print '<span class="opacitymedium">'.$langs->trans("MassBarcodeInitDesc").'</span><br>';
|
||||
print '<br>';
|
||||
|
||||
//print img_picto('','puce').' '.$langs->trans("PrintsheetForOneBarCode").'<br>';
|
||||
@@ -317,6 +317,12 @@ if ($conf->product->enabled || $conf->product->service)
|
||||
}
|
||||
|
||||
|
||||
print load_fiche_titre($langs->trans("BarCodePrintsheet"), '', 'generic');
|
||||
print '<br>'."\n";
|
||||
print $langs->trans("ClickHereToGoTo").' : <a href="'.DOL_URL_ROOT.'/barcode/printsheet.php">'.$langs->trans("BarCodePrintsheet").'</a>';
|
||||
|
||||
|
||||
|
||||
print '</form>';
|
||||
print '<br>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user