chore: resolve conflicts

This commit is contained in:
ruthra kumar
2023-10-09 15:17:15 +05:30
parent 63274527d2
commit 8fc705ea6a
2 changed files with 0 additions and 8 deletions

View File

@@ -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) => {

View File

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