Rename Time Sheet doctype

This commit is contained in:
Rohit Waghchaure
2016-07-06 20:12:58 +05:30
parent 21f443e37c
commit e94d18b4cd
34 changed files with 223 additions and 141 deletions

View File

@@ -43,6 +43,6 @@ def get_notification_config():
"Purchase Receipt": {"docstatus": 0},
"Production Order": { "status": ("in", ("Draft", "Not Started", "In Process")) },
"BOM": {"docstatus": 0},
"Time Sheet": {"status": "Draft"}
"Timesheet": {"status": "Draft"}
}
}