Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi 2012-03-14 12:20:58 +05:30
commit 990599ad9a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("update `tabDocPerm` set cancel = 1 where parent = 'Stock Reconciliation' and ifnull(submit, 0) = 1")

View File

@ -182,5 +182,10 @@ patch_list = [
'patch_file': 'remove_series_defval',
'description': 'Remove rv series default value'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'update_stockreco_perm',
'description': 'Update stock reco permission'
},
]