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

@@ -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