[fix] [issue] webnotes/erpnext#1191 - set expected delivery date in production order

This commit is contained in:
Akhilesh Darjee
2013-12-18 13:28:40 +05:30
parent d94bab0e1d
commit 2678ed181a
6 changed files with 74 additions and 52 deletions

View File

@@ -258,4 +258,5 @@ patch_list = [
"execute:webnotes.delete_doc('Report', 'Stock Ledger') #2013-11-29",
"execute:webnotes.delete_doc('Report', 'Payment Collection With Ageing')",
"execute:webnotes.delete_doc('Report', 'Payment Made With Ageing')",
"execute:webnotes.delete_doc('DocType', 'Warehouse Type')",
]