Merge branch 'responsive' of github.com:webnotes/erpnext into responsive

This commit is contained in:
Nabin Hait
2013-07-05 18:34:10 +05:30
7 changed files with 11 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-05-03 10:45:46",
"docstatus": 0,
"modified": "2013-07-05 14:43:01",
"modified": "2013-07-05 16:24:34",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -14,7 +14,7 @@
"description": "A Product or a Service that is bought, sold or kept in stock.",
"doctype": "DocType",
"document_type": "Master",
"icon": "icon-circle",
"icon": "icon-tag",
"max_attachments": 1,
"module": "Stock",
"name": "__common__",

View File

@@ -111,6 +111,7 @@ wn.module_page["Stock"] = [
{
"route":"Sales Browser/Item Group",
"label": wn._("Item Group"),
"doctype": "Item Group",
"description": wn._("Item classification.")
},
{