Sir,
I want to display a filed delivery note date when I click, Get Item from Delivery Note then one link filed appears with delivery Note Number.
Sir,
I want to display a filed delivery note date when I click, Get Item from Delivery Note then one link filed appears with delivery Note Number.
@2002
you have to make changes in queries.py > get_delivery_notes_to_be_billed method
replace with this >
return frappe.db.sql("""select `tabDelivery Note`.name, `tabDelivery Note`.customer_name,`tabDelivery Note`.posting_date
Great Sir!!!
But please tell me that how can I change source code? Can I do with custom script.?
Thanks
Mithilesh
Just replace line no 216 from queries.py with below code . Save file and try
return frappe.db.sql("""select `tabDelivery Note`.name, `tabDelivery Note`.customer_name,`tabDelivery Note`.posting_date