[fix] Show Credit/Debit as blank in Journal Entry Account if its value is 0

This commit is contained in:
Anand Doshi
2015-11-24 13:27:23 +05:30
parent 625592e997
commit 5c968abcef
2 changed files with 30 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
background-repeat: no-repeat;
background-position: center top;
border-radius: 0.5em;
border: 1px solid #ebeff2;
border: 1px solid #EBEFF2;
}
.product-image.missing-image {
width: 100%;
@@ -39,7 +39,7 @@
background-repeat: no-repeat;
background-position: center top;
border-radius: 0.5em;
border: 1px solid #ebeff2;
border: 1px solid #EBEFF2;
border: 1px dashed #d1d8dd;
position: relative;
}