mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update card.php
$help_url = 'EN:Module_Products#Variants';
llxHeader('', $title, $help_url);
This commit is contained in:
parent
d881c73e58
commit
3ca9bee5de
|
|
@ -122,9 +122,11 @@ if ($confirm == 'yes') {
|
|||
|
||||
$langs->load('products');
|
||||
|
||||
$help_url = 'EN:Module_Products#Variants';
|
||||
|
||||
$title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
|
||||
|
||||
llxHeader('', $title);
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
//print load_fiche_titre($title);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user