open cashier clear
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user