[profile/email] [feature] added option not to send print as email body. fix in profile delete

This commit is contained in:
Rushabh Mehta
2013-03-25 17:52:14 +05:30
parent 06d186ba98
commit 74506e96d3
6 changed files with 94 additions and 64 deletions

View File

@@ -39,6 +39,16 @@ wn.module_page["Accounts"] = [
description: wn._("Structure cost centers for budgeting."),
doctype:"Cost Center"
},
{
label: wn._("Customer"),
description: wn._("Customer database."),
doctype:"Customer"
},
{
label: wn._("Supplier"),
description: wn._("Supplier database."),
doctype:"Supplier"
},
]
},
{