Line 131... |
Line 131... |
131 |
public void storeValues() {
|
131 |
public void storeValues() {
|
132 |
|
132 |
|
133 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_BILAN_O", this.selCompteOuverture.getValue());
|
133 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_BILAN_O", this.selCompteOuverture.getValue());
|
134 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_BILAN_F", this.selCompteFermeture.getValue());
|
134 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_BILAN_F", this.selCompteFermeture.getValue());
|
135 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_RESULTAT", this.selCompteResultat.getValue());
|
135 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_RESULTAT", this.selCompteResultat.getValue());
|
136 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_RESULTAT_PERTE", this.selCompteResultat.getValue());
|
136 |
this.rowPrefCompteVals.put("ID_COMPTE_PCE_RESULTAT_PERTE", this.selCompteResultatPerte.getValue());
|
137 |
this.rowPrefCompteVals.put("ID_JOURNAL_AN", this.selJournal.getValue());
|
137 |
this.rowPrefCompteVals.put("ID_JOURNAL_AN", this.selJournal.getValue());
|
138 |
this.rowPrefCompteVals.put("CREATE_NUL_SOLDE_ECR", this.boxCompteSolde.isSelected());
|
138 |
this.rowPrefCompteVals.put("CREATE_NUL_SOLDE_ECR", this.boxCompteSolde.isSelected());
|
139 |
|
139 |
|
140 |
try {
|
140 |
try {
|
141 |
final Object[] pb = this.rowPrefCompteVals.getInvalid();
|
141 |
final Object[] pb = this.rowPrefCompteVals.getInvalid();
|