Added rounded total in the POS and fix rounded issue in js side (#12457)

This commit is contained in:
rohitwaghchaure
2018-01-12 16:28:16 +05:30
committed by Nabin Hait
parent 9fbed5617f
commit 7b78f6bee6
5 changed files with 31 additions and 10 deletions

View File

@@ -169,5 +169,8 @@ input[type=number]::-webkit-outer-spin-button {
height: 60px;
}
.grand-total .grand-total-value {
font-size: 24px;
font-size: 18px;
}
.rounded-total-value {
font-size: 18px;
}