How Can I permanently remove this?

Screenshot from 2024-02-21 11-58-06

Hy @archt
try this code I hope it helps you

frappe.ui.form.on('Delivery Note', {
	refresh(frm) {
		$('.col-lg-2.layout-side-section').hide();
	}
})

Thank You!

2 Likes