Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into oqs

This commit is contained in:
Aung Myo
2017-09-27 11:26:27 +06:30
6 changed files with 67 additions and 2 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');