other payments delete button doesn't work

This commit is contained in:
Phyo
2017-06-21 11:39:53 +06:30
parent b889603ce6
commit 209a453ca9
6 changed files with 11 additions and 6 deletions

View File

@@ -129,6 +129,7 @@ $(document).on('click', '.cashier_number', function(event){
case 'del' :
var cash=$('#used_amount').text();
$('#used_amount').text(cash.substr(0,cash.length-1));
break;
case 'nett':
alert($('#valid_amount').text())
$('#used_amount').text($('#valid_amount').text());