diff --git a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt b/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt index 836f808c90..db1ebb6878 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 9b17bec6b6..c367cbb8f0 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; }