fix: set letter head from company if exists

This commit is contained in:
ravibharathi656
2025-07-24 14:51:28 +05:30
parent ed79adebc4
commit d163da171f
9 changed files with 21 additions and 0 deletions

View File

@@ -192,6 +192,10 @@ frappe.ui.form.on("Subcontracting Order", {
});
},
company: function (frm) {
erpnext.utils.set_letter_head(frm);
},
get_materials_from_supplier: function (frm) {
let sco_rm_details = [];