Subversion Repositories SmartDukaan

Rev

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

Rev 34099 Rev 34149
Line 477... Line 477...
477
            });
477
            });
478
        }
478
        }
479
    }
479
    }
480
});
480
});
481
 
481
 
-
 
482
function getPartnerCommitment(retilerId){
-
 
483
    getAllCommitments(retilerId, function (commitment) {
-
 
484
        $('#nocUploadBody').empty();
-
 
485
        $('#nocUploadBody').html(commitment);
-
 
486
    });
-
 
487
}
482
function getNocUploadForm(onboardingId) {
488
function getNocUploadForm(onboardingId) {
483
    $('#nocUploadBody').html('');
489
    $('#nocUploadBody').html('');
484
    doGetAjaxRequestHandler(`${context}/brandNocUpdateForm?onboardingId=` + onboardingId, function (response) {
490
    doGetAjaxRequestHandler(`${context}/brandNocUpdateForm?onboardingId=` + onboardingId, function (response) {
485
        $('#nocUploadBody').html(response);
491
        $('#nocUploadBody').html(response);
486
    });
492
    });