[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:
Daniel STAN 2011-11-10 11:59:27 +01:00
parent f39b67456d
commit 91540901dd

View file

@ -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();