update rounding adj for foc

This commit is contained in:
Aung Myo
2017-12-01 17:39:10 +06:30
parent 6fc3cdae06
commit bbfa6450d6

View File

@@ -470,7 +470,7 @@
$('#foc').click(function() {
//$( "#loading_wrapper" ).show();
// payment
var cash = $('#amount_due').text();
var cash = $('#amount_due').text() + $('#rounding_adj').text();
var sub_total = $('#sub-total').text();
var sale_id = $('#sale_id').text();
var params = { 'cash':cash,'sale_id':sale_id,'sub_total':sub_total };