In employee transfer doctype has no letter head field so i added a letter head filed
And used in print format but letter head is not showing in print format showing the name
In employee transfer doctype has no letter head field so i added a letter head filed
And used in print format but letter head is not showing in print format showing the name
If this doesn’t work, can I add another letterhead field to attach the letterhead image and set the image? Is this possible.
@PRaful_9898 try this
<img src=“{{frappe db.get_value(“Letter Head”,doc.custom_letter_head,‘image’)}}”>
Thank You sir its worked .You are the best