Missing backlink
This commit is contained in:
parent
95d2a9f88d
commit
f0a10cdcc1
@ -140,14 +140,17 @@ if (!empty($action) && empty($cancel)) {
|
||||
$action = '';
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* View
|
||||
*/
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
llxHeader("","",$langs->trans("CardProduct".$product->type));
|
||||
|
||||
print load_fiche_titre($langs->trans("DynamicPriceConfiguration"));
|
||||
$form = new Form($db);
|
||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||
print load_fiche_titre($langs->trans("DynamicPriceConfiguration"), $linkback, 'title_setup');
|
||||
|
||||
print $langs->trans("DynamicPriceDesc").'<br>';
|
||||
print '<br>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user