On Print Hide, hide net_total, rounded_total_export and grand_total_export

This commit is contained in:
Anand Doshi
2012-01-09 16:55:30 +05:30
parent 322d8fed74
commit a9df960494
54 changed files with 161 additions and 63 deletions

View File

@@ -0,0 +1,7 @@
"""
Reload Task Doctype of Project Module
"""
def execute():
from webnotes.modules.module_manager import reload_doc
reload_doc('Projects', 'DocType', 'Ticket')