Merge pull request #6039 from rohitwaghchaure/allow_to_edit_change_amount

Allow to edit change amount
This commit is contained in:
Nabin Hait
2016-08-17 17:08:54 +05:30
committed by GitHub
14 changed files with 386 additions and 145 deletions

View File

@@ -176,13 +176,15 @@
}
.pos-payment-row .col-xs-6 {
padding :10px;
padding :15px;
}
.pos-payment-row {
border-bottom:1px solid #d1d8dd;
margin: 2px 0px 5px 0px;
height: 60px;
margin-top: 0px;
margin-bottom: 0px;
}
.pos-payment-row:hover, .pos-keyboard-key:hover{
@@ -248,3 +250,8 @@ body[data-route="pos"] .modal-dialog {
.pos-invoice-list {
padding: 15px 10px;
}
.write_off_amount, .change_amount {
margin: 15px;
width: 130px;
}