diff --git a/intranet/modules/impression/static/impression.js b/intranet/modules/impression/static/impression.js index ad9b8106..028e476b 100644 --- a/intranet/modules/impression/static/impression.js +++ b/intranet/modules/impression/static/impression.js @@ -148,7 +148,7 @@ Impression.settings.update = function () { ( this.papier != "A4" ) || ( (this.disposition == "recto") && (this.nb_pages>50) ) || ( (this.disposition == "rectoverso") && (this.nb_pages>100) ) || - ( (this.disposition == "rectoversoshort" && (this.nb_pages>100) ))) + ( (this.disposition == "rectoversoshort") && (this.nb_pages>100) )) { this.setValue(this.theform.agrafes, "pasdagraphes"); this.disableField(this.theform.agrafes);