This commit is contained in:
Yan
2017-09-15 14:20:53 +06:30
parent f5c32229b7
commit 3e0371a9fb
2 changed files with 5 additions and 4 deletions

View File

@@ -147,6 +147,7 @@ $(document).on('click', '.cashier_number', function(event){
return false;
}
});
$("#redeem").click(function(){
valid_amount = $("#valid_amount").val();
sale_id = $("#valid_amount").attr('data-value');