mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: fieldname
This commit is contained in:
@@ -14,7 +14,7 @@ frappe.ui.form.on('POS Invoice Merge Log', {
|
||||
});
|
||||
},
|
||||
|
||||
merger_invoices_based_on: function(frm) {
|
||||
merge_invoices_based_on: function(frm) {
|
||||
frm.set_value('customer', '');
|
||||
frm.set_value('customer_group', '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user