Projet

Général

Profil

« Précédent | Suivant » 

Révision c69fae34

Ajouté par Serghei Mihai il y a plus de 9 ans

dossiers: next schedules print fix

Closes #5595

Signed-off-by: Mikaël Ates <>

Voir les différences:

calebasse/static/js/calebasse.dossiers.js
30 30
        block.addClass('screen-only');
31 31
        if ($(selector, $(this)).length) {
32 32
            $.each($(selector, this), function() {
33
                var current = $.datepicker.parseDate('d/m/yy', $(this).text());
33
                var current = $.datepicker.parseDate('d/m/yy', $(this).data('start-date'));
34 34
                if (current < from || (to && current >= to)) {
35 35
                    $(this).parent().parent().addClass('screen-only');
36 36
                } else {

Formats disponibles : Unified diff