Merge pull request #16807 from dolibit-ut/patch-111
Update create_val.php
This commit is contained in:
commit
c2f2fefbd9
@ -75,9 +75,11 @@ if ($action == 'add') {
|
|||||||
|
|
||||||
$langs->load('products');
|
$langs->load('products');
|
||||||
|
|
||||||
|
$help_url = 'EN:Module_Products#Variants';
|
||||||
|
|
||||||
$title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
|
$title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
|
||||||
|
|
||||||
llxHeader('', $title);
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
$h = 0;
|
$h = 0;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user