other payment updated

This commit is contained in:
Nweni
2017-06-14 10:49:00 +06:30
parent 3d2b9f745e
commit 9d1aff2fa2
5 changed files with 5 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ $(document).on('click', '.cashier_number', function(event){
$('#jcb_pay').on('click',function(){
var amount = $('#amount').val();
var amount = $('#amount').text();
var sale_id = "<%= @sale_id %>";
$.ajax({type: "POST",