mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
[fix] Show Credit/Debit as blank in Journal Entry Account if its value is 0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user