remove child table delete button in frappe
frm.set_df_property("items", 'cannot_add_rows', true)
frm.set_df_property("items", 'cannot_delete_rows', true)
// On frappe.dilogue add this inside table declaration
cannot_add_rows: 1,
cannot_delete_rows : 1,