Shoplink in Produktkarte angepasst das es im selben Tab öffnet
This commit is contained in:
parent
89a3a070f9
commit
651bb40dd3
22 changed files with 2 additions and 2 deletions
0
.idea/modules.xml
Normal file → Executable file
0
.idea/modules.xml
Normal file → Executable file
0
.idea/php.xml
Normal file → Executable file
0
.idea/php.xml
Normal file → Executable file
0
.idea/supplierlink3.iml
Normal file → Executable file
0
.idea/supplierlink3.iml
Normal file → Executable file
0
.idea/vcs.xml
Normal file → Executable file
0
.idea/vcs.xml
Normal file → Executable file
0
COPYING
Normal file → Executable file
0
COPYING
Normal file → Executable file
0
ChangeLog.md
Normal file → Executable file
0
ChangeLog.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
admin/about.php
Normal file → Executable file
0
admin/about.php
Normal file → Executable file
0
admin/setup.php
Normal file → Executable file
0
admin/setup.php
Normal file → Executable file
0
build/buildzip.php
Normal file → Executable file
0
build/buildzip.php
Normal file → Executable file
0
build/makepack-supplierlink3.conf
Normal file → Executable file
0
build/makepack-supplierlink3.conf
Normal file → Executable file
4
class/actions_supplierlink3.class.php
Normal file → Executable file
4
class/actions_supplierlink3.class.php
Normal file → Executable file
|
|
@ -911,7 +911,7 @@ class ActionsSupplierLink3 extends CommonHookActions
|
|||
|
||||
if ($action != 'create' && $action != 'edit') {
|
||||
|
||||
$sql = "SELECT DISTINCT pfp.ref_fourn, pfp.quantity, pfp.price, s.nom, se.shop_url
|
||||
$sql = "SELECT DISTINCT pfp.ref_fourn, pfp.quantity, pfp.price, pfp.fk_soc, s.nom, se.shop_url
|
||||
FROM ".MAIN_DB_PREFIX."product_fournisseur_price pfp
|
||||
INNER JOIN ".MAIN_DB_PREFIX."societe s ON s.rowid = pfp.fk_soc
|
||||
INNER JOIN ".MAIN_DB_PREFIX."societe_extrafields se ON se.fk_object = pfp.fk_soc
|
||||
|
|
@ -945,7 +945,7 @@ class ActionsSupplierLink3 extends CommonHookActions
|
|||
$displayText = '<b>'.$displayText.'</b>';
|
||||
}
|
||||
|
||||
$links[] = '<a href="'.dol_escape_htmltag($obj->shop_url).$obj->ref_fourn.'" target="_blank" class="classfortooltip" title="'.$tooltip.'">'.$displayText.'</a>';
|
||||
$links[] = '<a href="'.dol_escape_htmltag($obj->shop_url).$obj->ref_fourn.'" target="supplier_'.$obj->fk_soc.'" class="classfortooltip" title="'.$tooltip.'">'.$displayText.'</a>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
0
core/modules/modSupplierLink3.class.php
Normal file → Executable file
0
core/modules/modSupplierLink3.class.php
Normal file → Executable file
0
create_supplier_order.php
Normal file → Executable file
0
create_supplier_order.php
Normal file → Executable file
0
img/README.md
Normal file → Executable file
0
img/README.md
Normal file → Executable file
0
js/replenish.js
Normal file → Executable file
0
js/replenish.js
Normal file → Executable file
0
langs/de_DE/supplierlink3.lang
Normal file → Executable file
0
langs/de_DE/supplierlink3.lang
Normal file → Executable file
0
langs/en_US/supplierlink3.lang
Normal file → Executable file
0
langs/en_US/supplierlink3.lang
Normal file → Executable file
0
lib/supplierlink3.lib.php
Normal file → Executable file
0
lib/supplierlink3.lib.php
Normal file → Executable file
0
modulebuilder.txt
Normal file → Executable file
0
modulebuilder.txt
Normal file → Executable file
0
sql/dolibarr_allversions.sql
Normal file → Executable file
0
sql/dolibarr_allversions.sql
Normal file → Executable file
0
supplierlink3index.php
Normal file → Executable file
0
supplierlink3index.php
Normal file → Executable file
Loading…
Reference in a new issue