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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10264 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-11-18 13:19:13 +00:00
parent eae6b9f67b
commit 6ae7ef6cbb
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;
}