commit | 97c1bcf14f3bc2495c5fa94227a0be053f25e9e3 | [log] [tgz] |
---|---|---|
author | Joel Mesmer <joel.mesmer@libracore.com> | Thu Aug 17 22:20:18 2017 +0200 |
committer | Joel Mesmer <joel.mesmer@libracore.com> | Thu Aug 17 22:20:18 2017 +0200 |
tree | e7828353b0e8208659f6fa876ad3ac2511b755c8 | |
parent | 780f11ec160872b07c229cc470c03de5a57ee85b [diff] |
improvement for self-postbacks
diff --git a/erpnext/templates/includes/product_page.js b/erpnext/templates/includes/product_page.js index 3905959..658fa53 100644 --- a/erpnext/templates/includes/product_page.js +++ b/erpnext/templates/includes/product_page.js
@@ -73,7 +73,7 @@ } } - if (window.location.search.indexOf(item_code)!==-1) { + if (window.location.search == ("?variant=" + item_code)) { return; }