mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
moved directory structure
This commit is contained in:
4
patches/jan_mar_2012/update_stockreco_perm.py
Normal file
4
patches/jan_mar_2012/update_stockreco_perm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("update `tabDocPerm` set cancel = 1 where parent = 'Stock Reconciliation' and ifnull(submit, 0) = 1")
|
||||
Reference in New Issue
Block a user