Merge pull request #16806 from dolibit-ut/patch-110

Update create.php
This commit is contained in:
Laurent Destailleur 2021-03-18 22:52:34 +01:00 committed by GitHub
commit 725439c5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,9 +59,12 @@ $langs->load('products');
* View
*/
$help_url = 'EN:Module_Products#Variants';
$title = $langs->trans('NewProductAttribute');
llxHeader('', $title);
llxHeader('', $title, $help_url);
print load_fiche_titre($title);