From fc96c1a2d65661d471e3af2a9ccfd3b83996aaad Mon Sep 17 00:00:00 2001 From: Marica Date: Fri, 6 Mar 2020 10:57:59 +0530 Subject: [PATCH] fix: update_child_qty_rate() missing argument (#20838) --- erpnext/public/js/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 35dc8427aa..4eb3175186 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -439,12 +439,13 @@ erpnext.utils.update_child_items = function(opts) { const dialog = new frappe.ui.Dialog({ title: __("Update Items"), fields: [ - {fieldtype:'Section Break', label: __('Items')}, { fieldname: "trans_items", fieldtype: "Table", + label: "Items", cannot_add_rows: cannot_add_row, in_place_edit: true, + reqd: 1, data: this.data, get_data: () => { return this.data;