mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
fix: set letter head from company if exists
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user