Subversion Repositories SmartDukaan

Rev

Rev 35013 | Rev 35015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35013 Rev 35014
Line 348... Line 348...
348
        var totalDueWithInterest = $row.find('.totaldue-with-interest-mk').val().trim();
348
        var totalDueWithInterest = $row.find('.totaldue-with-interest-mk').val().trim();
349
        // var shortInvest = 0;
349
        // var shortInvest = 0;
350
 
350
 
351
        console.log(shortInvest)
351
        console.log(shortInvest)
352
 
352
 
353
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest, +"&totalDueWithInterest=" + totalDueWithInterest, function (response) {
353
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest + "&totalDueWithInterest=" + totalDueWithInterest, function (response) {
354
 
354
 
355
            $('#itemWiseBrandStock .modal-content').html(response);
355
            $('#itemWiseBrandStock .modal-content').html(response);
356
            getPartnerShortageStockDetail(fofoId, brand);
356
            getPartnerShortageStockDetail(fofoId, brand);
357
 
357
 
358
        });
358
        });