fix: Patch fix
This commit is contained in:
parent
686a09620d
commit
642f19d704
@ -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' """)
|
Loading…
x
Reference in New Issue
Block a user