Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into rebrand-ui

This commit is contained in:
Suraj Shetty 2021-01-21 15:33:42 +05:30
commit 2dcdeb8231

View File

@ -63,7 +63,6 @@ frappe.ready(() => {
});
$('.btn-new-address').click(() => {
console.log('clicked');
const d = new frappe.ui.Dialog({
title: __('New Address'),
fields: [
@ -177,12 +176,5 @@ frappe.ready(() => {
function toggle_billing_address_section(flag) {
$('[data-section="billing-address"]').toggle(flag);
}
$('.btn-change-address').click(() => {
// const d = new frappe.ui.Dialog({
// })
// d.show();
});
});
</script>