test: add test for new QI function

This commit is contained in:
Rohan Bansal
2021-06-02 14:55:31 +05:30
parent 11aff80dea
commit a06ec03efc
3 changed files with 103 additions and 56 deletions

View File

@@ -2035,7 +2035,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
args: {
doctype: me.frm.doc.doctype,
docname: me.frm.doc.name,
items: data
items: data.items
},
freeze: true,
callback: function (r) {