Commit b6ee044d authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Bug TI / + col 0

parent 08914bdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ $.widget("ose.enseignements", {
        // on met à jour aussi les entêtes et les totaux
        for (var ti in this.totaux) {
            var heures = this.totaux[ti];
            this.element.find("table.service tfoot tr td." + ti).html(Util.formattedHeures(heures));
            this.element.find("table.service tfoot tr td.ti" + ti).html(Util.formattedHeures(heures));
        }
        this.element.find("table.service #total-general").html(Util.formattedHeures(this.total));
    },