Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/erp/core/sales/invoice/ui/ListeDesEcheancesClientsPanel.java |
---|
156,7 → 156,8 |
String numeroFact = ""; |
for (Integer integer : selectedIds) { |
final SQLRow row = ListeDesEcheancesClientsPanel.this.panelEcheances.getListe().getSource().getPrimaryTable().getRow(integer); |
// System.err.println("ListeDesEcheancesClientsPanel.ListeDesEcheancesClientsPanel().new ActionListener() {...}.actionPerformed()" |
// System.err.println("ListeDesEcheancesClientsPanel.ListeDesEcheancesClientsPanel().new |
// ActionListener() {...}.actionPerformed()" |
// + row); |
selectedRows.add(row); |
265,7 → 266,7 |
private void relanceClient() { |
SQLBase base = ((ComptaPropsConfiguration) Configuration.getInstance()).getSQLBaseSociete(); |
SQLElement relanceElt = Configuration.getInstance().getDirectory().getElement("RELANCE"); |
final SQLElement relanceElt = Configuration.getInstance().getDirectory().getElement("RELANCE"); |
this.rowSource = this.panelEcheances.getListe().fetchSelectedRow(); |
303,6 → 304,7 |
try { |
rowValsEch.update(rowSource.getID()); |
relanceElt.getTable().getRow(id).createEmptyUpdateRow().put("ID_ECHEANCE_CLIENT", rowSource.getID()).commit(); |
} catch (SQLException e1) { |
e1.printStackTrace(); |
} |