coquille...
darcs-hash:20071219144609-c67a9-3edccaf7bb5c59ad5555e8739e4705afe10b6967.gz
This commit is contained in:
parent
f837151c5c
commit
7242d13f99
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue