fix: update_child_qty_rate() missing argument (#20838)
This commit is contained in:
parent
6dc335d898
commit
fc96c1a2d6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user