OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 93 Rev 177
Line 108... Line 108...
108
            } catch (Exception e) {
108
            } catch (Exception e) {
109
                e.printStackTrace();
109
                e.printStackTrace();
110
            }
110
            }
111
        }
111
        }
112
        vals.put("ID_COMPTE_PCE", idCompteAchat);
112
        vals.put("ID_COMPTE_PCE", idCompteAchat);
113
        vals.put("ID_TAXE", TaxeCache.getCache().getFirstTaxe().getID());
113
        vals.put("ID_TAXE", TaxeCache.getCache().getFirstTaxeAchat().getID());
114
        vals.put("NUMERO", NumerotationAutoSQLElement.getNextNumero(getElement().getClass(), new Date()));
114
        vals.put("NUMERO", NumerotationAutoSQLElement.getNextNumero(getElement().getClass(), new Date()));
115
        return vals;
115
        return vals;
116
    }
116
    }
117
 
117
 
118
    public AvoirFournisseurSQLComponent() {
118
    public AvoirFournisseurSQLComponent() {