Commit 2470668f authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

On masque les types d'intervention si pas de service

parent b8de2fe1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ $.widget("ose.serviceListe", {
        }
        this.element.find("table.service #total-general").attr('colspan', count);
        if (count == 0) {
            this.element.find("table.service tr th.type-intervention").hide(); // entête
            this.element.find("table.service tfoot").hide();
        } else {
            this.element.find("table.service tfoot").show();