// Update Accounting, handle errors for Date and fix bug when default_account_number isn't set at all

This commit is contained in:
vSchoener
2011-11-18 13:19:13 +00:00
parent ab0abbfc03
commit d06e03b707
4 changed files with 52 additions and 2 deletions
+11
View File
@@ -1810,3 +1810,14 @@ ul.connectedSortable li.module_list {
.formAccountingExport {
display: none;
}
.input-error
{
color:#D8000C;
font-size:12px;
font-weight:normal;
margin: 0 0 10px 0;
line-height: 20px;
padding: 10px 15px;
display:none;
}