[Fix] - making customer/supplier field manadatory on order type condition on BO

This commit is contained in:
Khushal Trivedi 2019-10-16 13:40:33 +05:30
parent 1675181e49
commit 7084f07dab

View File

@ -70,7 +70,7 @@ frappe.ui.form.on('Blanket Order', {
blanket_order_type: function (frm) {
frm.trigger('set_tc_name_filter');
},
}
});