Update create_val.php

$help_url = 'EN:Module_Products#Variants';

llxHeader('', $title, $help_url);
This commit is contained in:
UT from dolibit 2021-03-18 20:57:09 +01:00 committed by GitHub
parent d881c73e58
commit 8844f4fda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,9 +75,11 @@ if ($action == 'add') {
$langs->load('products');
$help_url = 'EN:Module_Products#Variants';
$title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
llxHeader('', $title);
llxHeader('', $title, $help_url);
$h = 0;
$head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;