Shop Url in Produkt Karte hinzugefügt
This commit is contained in:
parent
201d46b518
commit
b970a66339
2 changed files with 3 additions and 1 deletions
|
|
@ -515,7 +515,8 @@ class ActionsSupplierLink3 extends CommonHookActions
|
|||
{
|
||||
global $db;
|
||||
|
||||
if (strpos($parameters['context'], 'productcard') === false) {
|
||||
// Auf Produktkarte UND Preis-Seite
|
||||
if (strpos($parameters['context'], 'productcard') === false && strpos($parameters['context'], 'productpricecard') === false) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ class modSupplierLink3 extends DolibarrModules
|
|||
'ordersuppliercard',
|
||||
'ordercard',
|
||||
'productcard',
|
||||
'productpricecard ',
|
||||
),
|
||||
'entity' => '0',
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue