fix: Patch fix

This commit is contained in:
marination 2020-04-06 16:01:50 +05:30
parent 686a09620d
commit 642f19d704

View File

@ -6,5 +6,6 @@ from __future__ import unicode_literals
import frappe
def execute():
frappe.reload_doctype("Pick List")
frappe.db.sql("""UPDATE `tabPick List` set purpose = 'Delivery'
WHERE docstatus = 1 and purpose = 'Delivery against Sales Order' """)