[form] added icon in section break

This commit is contained in:
Rushabh Mehta
2013-07-03 10:32:33 +05:30
parent e6bf83e653
commit 78979dca9b
7 changed files with 103 additions and 27 deletions

View File

@@ -7,6 +7,11 @@ wn.module_page["Buying"] = [
top: true,
icon: "icon-copy",
items: [
{
label: wn._("Supplier"),
description: wn._("Supplier database."),
doctype:"Supplier"
},
{
label: wn._("Material Request"),
description: wn._("Request for purchase."),
@@ -28,11 +33,6 @@ wn.module_page["Buying"] = [
title: wn._("Masters"),
icon: "icon-book",
items: [
{
label: wn._("Supplier"),
description: wn._("Supplier database."),
doctype:"Supplier"
},
{
label: wn._("Contact"),
description: wn._("All Contacts."),