From def65c671d8694f6b29c5a8e8ec24773a49cb41b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 20 Dec 2012 12:18:24 +0530 Subject: [PATCH] show manufacturing small icon --- .../doctype/purchase_invoice_item/purchase_invoice_item.txt | 2 +- public/js/startup.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt b/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt index 836f808c901..db1ebb68787 100755 --- a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt +++ b/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt @@ -149,7 +149,7 @@ "options": "Account", "fieldname": "expense_head", "fieldtype": "Link", - "reqd": 1, + "reqd": 1 }, { "print_hide": 1, diff --git a/public/js/startup.css b/public/js/startup.css index 9b17bec6b6b..c367cbb8f07 100644 --- a/public/js/startup.css +++ b/public/js/startup.css @@ -69,7 +69,7 @@ span, div, td, input, textarea, button, select { .small-module-icons-hr{ background-position: 0 -330px; width: 17px; height: 14px; margin-top: -1px; } .small-module-icons-kb{ background-position: 0 -394px; width: 10px; height: 17px; margin-top: -2px; margin-bottom: -2px; } .small-module-icons-messages{ background-position: 0 -461px; width: 17px; height: 11px; } -.small-module-icons-production{ background-position: 0 -522px; width: 17px; height: 14px; margin-top: -1px; } +.small-module-icons-manufacturing{ background-position: 0 -522px; width: 17px; height: 14px; margin-top: -1px; } .small-module-icons-projects{ background-position: 0 -586px; width: 17px; height: 10px; } .small-module-icons-buying{ background-position: 0 -646px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; } .small-module-icons-setup{ background-position: 0 -713px; width: 16px; height: 17px; margin-top: -2px; margin-bottom: -2px; }