commit | c2690425e3e71328731cba39b432e74b3347565c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Dec 26 16:07:19 2016 +0530 |
committer | GitHub <noreply@github.com> | Mon Dec 26 16:07:19 2016 +0530 |
tree | b484db0d5579fad4fa0538839988e3d6cc5790bf | |
parent | 3322fafdbe203505251810afecf16f3a768a82ac [diff] | |
parent | bcf63a2a8fce62dc519a79c9a1f4dba8696f6e85 [diff] |
Merge pull request #7310 from bhupennewalkar1337/hotfix Fix #7202 unchecking pos will reflect automatically
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index 57e0faa..6268fe3 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js
@@ -270,6 +270,7 @@ }); } } + else this.frm.trigger("refresh") }, amount: function(){