mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -152,11 +152,7 @@ frappe.ui.form.on('Payment Entry', {
|
||||
frm.events.hide_unhide_fields(frm);
|
||||
frm.events.set_dynamic_labels(frm);
|
||||
frm.events.show_general_ledger(frm);
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
erpnext.accounts.ledger_preview.show_accounting_ledger_preview(frm);
|
||||
erpnext.accounts.unreconcile_payments.add_unreconcile_btn(frm);
|
||||
>>>>>>> 25fe752185 (chore: move functions to a separate file in utils)
|
||||
},
|
||||
|
||||
validate_company: (frm) => {
|
||||
|
||||
@@ -18,11 +18,7 @@ import "./utils/customer_quick_entry";
|
||||
import "./utils/supplier_quick_entry";
|
||||
import "./call_popup/call_popup";
|
||||
import "./utils/dimension_tree_filter";
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
import "./utils/ledger_preview.js";
|
||||
import "./utils/unreconcile.js";
|
||||
>>>>>>> 25fe752185 (chore: move functions to a separate file in utils)
|
||||
import "./utils/barcode_scanner";
|
||||
import "./telephony";
|
||||
import "./templates/call_link.html";
|
||||
|
||||
Reference in New Issue
Block a user