fix: Rate for items with no batch

This commit is contained in:
Deepesh Garg
2020-12-09 12:40:09 +05:30
parent 91e1136d2c
commit bc0a2859e4
5 changed files with 102 additions and 32 deletions

View File

@@ -399,6 +399,10 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
}
},
batch_no: function(doc, cdt, cdn) {
this._super(doc, cdt, cdn);
},
qty: function(doc, cdt, cdn) {
this._super(doc, cdt, cdn);