OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 174 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 180
Line 168... Line 168...
168
                    rowValsEncaisserItem.put("MONTANT_REGLE", montantL);
168
                    rowValsEncaisserItem.put("MONTANT_REGLE", montantL);
169
                    rowValsEncaisserItem.put("MONTANT_A_REGLER", ech.getLong("MONTANT"));
169
                    rowValsEncaisserItem.put("MONTANT_A_REGLER", ech.getLong("MONTANT"));
170
 
170
 
171
                    SQLRow rowEncaisser = rowValsEncaisser.commit();
171
                    SQLRow rowEncaisser = rowValsEncaisser.commit();
172
 
172
 
173
                    this.encaisserSQLElement.regleFacture(rowEncaisser);
173
                    this.encaisserSQLElement.regleFacture(rowEncaisser, null, false);
174
 
174
 
175
                }
175
                }
176
            }
176
            }
177
        }
177
        }
178
    }
178
    }