From 7242d13f99696550bd7068be894ddf797b4f4926 Mon Sep 17 00:00:00 2001 From: Mathieu Segaud Date: Wed, 19 Dec 2007 15:46:09 +0100 Subject: [PATCH] coquille... darcs-hash:20071219144609-c67a9-3edccaf7bb5c59ad5555e8739e4705afe10b6967.gz --- intranet/modules/impression/static/impression.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);