[intranet/modules/impression] A3 recto only
Marre du A3 recto verso qui bourre, je le désactive en soft darcs-hash:20111110105927-28565-39e1bfb5826657db5b9ffd4a32545a7cd77a98cf.gz
This commit is contained in:
parent
f39b67456d
commit
91540901dd
1 changed files with 3 additions and 3 deletions
|
@ -166,17 +166,17 @@ Impression.settings.update = function () {
|
|||
} else {
|
||||
this.setDisableField(this.theform.agrafage, false);
|
||||
}
|
||||
if (this.papier == "A4tr")
|
||||
if (this.papier == "A4tr" || this.papier == "A3")
|
||||
{
|
||||
this.theform.disposition_recto.checked = true;
|
||||
this.disableField(this.theform.disposition_recto);
|
||||
this.disableField(this.theform.disposition_recto_verso);
|
||||
this.disableField(this.theform.disposition_livret);
|
||||
this.getValue(this.theform.disposition_recto);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.setDisableField(this.theform.disposition_recto, false);
|
||||
this.setDisableField(this.theform.disposition_recto_verso, false);
|
||||
this.setDisableField(this.theform.disposition_livret, false);
|
||||
}
|
||||
|
||||
this.updatePreview();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue