fix: update_child_qty_rate() missing argument (#20838)
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js
index 35dc842..4eb3175 100755
--- a/erpnext/public/js/utils.js
+++ b/erpnext/public/js/utils.js
@@ -439,12 +439,13 @@
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;