open cashier clear

This commit is contained in:
Nweni
2017-07-01 15:30:06 +06:30
parent cb753ed4e4
commit 99986b1fb9
2 changed files with 1 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
<button class='btn btn-primary payment-type' data-id='jcb' id='jcb'>JCB</button>
</td>
</tr>
<tr>
<td> Reference Number
</td>
@@ -36,8 +35,6 @@
<td><input type='text' id='amount'/></td>
</tr>
</table>
</div>
<div class="col-lg-1 col-md-1 col-sm-1">
<button type="button" class="btn btn-primary btn-block" id='back'> Back </button>

View File

@@ -82,7 +82,7 @@ $(document).on('focusout', '.float-value', function(event){
}
break;
case 'clr':
$('#cash').text("0");
$('#'+float_value).val("0");
break;
case 'ent':
var sum = 0