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

@@ -176,6 +176,7 @@ erpnext.buying = {
this.frm.set_value("shipping_address", r.message.shipping_address || "");
},
});
erpnext.utils.set_letter_head(this.frm)
}
supplier_address() {