improvement for self-postbacks
This commit is contained in:
parent
780f11ec16
commit
97c1bcf14f
@ -73,7 +73,7 @@ frappe.ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
if (window.location.search.indexOf(item_code)!==-1) {
|
||||
if (window.location.search == ("?variant=" + item_code)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user