mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix dynamic price "back" link from price_suppliers tab
Fix dynamic price "back" link from price_suppliers tab
This commit is contained in:
committed by
GitHub
parent
fbac78e6f8
commit
bf1bc4d262
@@ -679,7 +679,7 @@ if ($id > 0 || $ref) {
|
||||
on_change();
|
||||
}
|
||||
function on_click() {
|
||||
window.location = "'.DOL_URL_ROOT.'/product/dynamic_price/editor.php?id='.$id.'&tab=fournisseurs&eid=" + $("#eid").val();
|
||||
window.location = "'.DOL_URL_ROOT.'/product/dynamic_price/editor.php?id='.$id.'&tab=price_suppliers&eid=" + $("#eid").val();
|
||||
}
|
||||
function on_change() {
|
||||
if ($("#eid").val() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user