Subversion Repositories SmartDukaan

Rev

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

Rev 32390 Rev 32485
Line 648... Line 648...
648
        var requestId = $(this).data("requestid");
648
        var requestId = $(this).data("requestid");
649
 
649
 
650
        var mismatch = $(this).data("mismatch");
650
        var mismatch = $(this).data("mismatch");
651
 
651
 
652
        if (mismatch == "InvoiceMismatch") {
652
        if (mismatch == "InvoiceMismatch") {
653
            if (confirm("Are you sure you want to resolve invoice mismatch") == true) {
653
            if (confirm("Are you sure you want to resolve invoice mismatch")) {
654
 
-
 
655
                doGetAjaxRequestHandler(context + "/resolvedMismatchRequest?id=" + id, function (response) {
654
                doGetAjaxRequestHandler(context + "/resolvedMismatchRequest?id=" + id, function (response) {
656
                    if (response == 'true') {
655
                    if (response == 'true') {
657
                        getGrnRequestItems(requestId, invoiceId)
656
                        getGrnRequestItems(requestId, invoiceId)
658
                    }
657
                    }
659
                });
658
                });