Skip to content

Commit

Permalink
fix: not sending virtual child doctype data to backend (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
umer2001 authored Nov 4, 2024
1 parent d2dce16 commit 66c4b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ frappe.ui.form.save = function (frm, action, callback, btn) {
return true;
};

if (is_empty_row(in_list_view_cells)) {
if (is_empty_row(cells)) {
frappe.model.clear_doc(doc.doctype, doc.name);
modified_table_fields.push(doc.parentfield);
}
Expand Down

0 comments on commit 66c4b07

Please sign in to comment.