Hi All,
I need Tax rate,field from Account transaction,to customized doctype “Employee Expense Claim” in the child table “Expense details” for the field"Tax rate"
Thanks in Advance
Hi All,
I need Tax rate,field from Account transaction,to customized doctype “Employee Expense Claim” in the child table “Expense details” for the field"Tax rate"
Use fetch_from for the Tax rate and check it.
i tried fetch from already bro it is not fetching to the childtable from account transaction
Please check the field name of the Tax(account)
Please set it like
tax_account.tax_rate
Thank you so much bro