$(document).on('click', '.confirm-order-type-false', function () {
        var caption = $(this).data('caption'),
            url = $(this).data('url'),
            notice = $(this).data('notice');
        $('#delete-simple-order-type-body').html(notice);