OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 177
Line 189... Line 189...
189
            }
189
            }
190
            values.put("DATE", dateFormatEcr.format(rowEcr.getDate("DATE").getTime()));
190
            values.put("DATE", dateFormatEcr.format(rowEcr.getDate("DATE").getTime()));
191
 
191
 
192
            values.put("NUMERO_COMPTE", rowEcr.getString("COMPTE_NUMERO"));
192
            values.put("NUMERO_COMPTE", rowEcr.getString("COMPTE_NUMERO"));
193
 
193
 
-
 
194
            if (tableEcriture.contains("NOM_PIECE")) {
-
 
195
                values.put("NOM_PIECE", rowEcr.getObject("NOM_PIECE"));
-
 
196
            }
-
 
197
 
194
            values.put("NUMERO_MOUVEMENT", rowMvt.getObject("NUMERO"));
198
            values.put("NUMERO_MOUVEMENT", rowMvt.getObject("NUMERO"));
195
            Object libelle = rowEcr.getObject("NOM");
199
            Object libelle = rowEcr.getObject("NOM");
196
            values.put("LIBELLE", libelle);
200
            values.put("LIBELLE", libelle);
197
            long deb = ((Long) rowEcr.getObject("DEBIT")).longValue();
201
            long deb = ((Long) rowEcr.getObject("DEBIT")).longValue();
198
            long cred = ((Long) rowEcr.getObject("CREDIT")).longValue();
202
            long cred = ((Long) rowEcr.getObject("CREDIT")).longValue();