Subversion Repositories SmartDukaan

Rev

Rev 30022 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

$(document).on('click', 'a.notify-po', function () {
    sendPONotification();
});

function sendPONotification() {
    doGetAjaxRequestHandler(`${context}/indent/send-po-notification`, function (response) {
        $('#main-content').html(response);
    });
}