Subversion Repositories SmartDukaan

Rev

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

Rev 33885 Rev 34018
Line 277... Line 277...
277
 
277
 
278
    function getPaymentsDetails(loiId) {
278
    function getPaymentsDetails(loiId) {
279
        doGetAjaxRequestHandler(`${context}/paymentsDetail?loiId=` + loiId, function (response) {
279
        doGetAjaxRequestHandler(`${context}/paymentsDetail?loiId=` + loiId, function (response) {
280
            //handle response here
280
            //handle response here
281
            $('#commonModalDiv #commonModalBody').html(response);
281
            $('#commonModalDiv #commonModalBody').html(response);
-
 
282
            $('#commonModalDiv').modal('show');
-
 
283
 
282
        });
284
        });
283
    }
285
    }
284
 
286
 
285
    $(document).ready(function () {
287
    $(document).ready(function () {
286
        var dtable = $('#allPendingLoiForm').DataTable({
288
        var dtable = $('#allPendingLoiForm').DataTable({