diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php index b044471e3e1..747d423f402 100644 --- a/htdocs/product/admin/dynamic_prices.php +++ b/htdocs/product/admin/dynamic_prices.php @@ -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=''.$langs->trans("BackToModuleList").''; +print load_fiche_titre($langs->trans("DynamicPriceConfiguration"), $linkback, 'title_setup'); print $langs->trans("DynamicPriceDesc").'
'; print '
';