fix: update_child_qty_rate() missing argument (#20838)

This commit is contained in:
Marica 2020-03-06 10:57:59 +05:30 committed by GitHub
parent 6dc335d898
commit fc96c1a2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;