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

This commit is contained in:
Rushabh Mehta
2012-12-27 16:50:55 +05:30
19 changed files with 49 additions and 286 deletions

View File

@@ -0,0 +1,6 @@
import webnotes
def execute():
from webnotes.model import delete_doc
for d in ["Project-Sales Order", "Project-Delivery Note", "Project-Sales Invoice"]:
delete_doc("DocType Mapper", d)

View File

@@ -566,4 +566,8 @@ patch_list = [
'patch_file': 'delete_form16_print_format',
>>>>>>> a85b2e4ee349c544acb7a1949351e9a7c70f7b7c
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'remove_project_mapper',
},
]