Hii @fsorur and @mohitchechani,
Please check:
Code is here:
cur_frm.cscript.transaction_date = function(doc, cdt, cd)
{
cur_frm.set_value("delivery_date", frappe.datetime.add_days(doc.transaction_date, 5));
};
Thank You!
Hii @fsorur and @mohitchechani,
Please check:
Code is here:
cur_frm.cscript.transaction_date = function(doc, cdt, cd)
{
cur_frm.set_value("delivery_date", frappe.datetime.add_days(doc.transaction_date, 5));
};
Thank You!