OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 177
Line 162... Line 162...
162
    /*
162
    /*
163
     * (non-Javadoc)
163
     * (non-Javadoc)
164
     * 
164
     * 
165
     * @see org.openconcerto.devis.BaseSQLElement#getListFields()
165
     * @see org.openconcerto.devis.BaseSQLElement#getListFields()
166
     */
166
     */
-
 
167
    @Override
167
    protected List<String> getListFields() {
168
    protected List<String> getListFields() {
168
        List<String> l = new ArrayList<String>();
169
        List<String> l = new ArrayList<String>();
169
        l.add("ID_SAISIE_VENTE_FACTURE");
170
        l.add("ID_SAISIE_VENTE_FACTURE");
170
 
-
 
171
            l.add("CODE");
171
        l.add("CODE");
172
            l.add("NOM");
172
        l.add("NOM");
173
            l.add("DESCRIPTIF");
173
        l.add("DESCRIPTIF");
174
            String articleAdvanced = DefaultNXProps.getInstance().getStringProperty("ArticleModeVenteAvance");
174
        String articleAdvanced = DefaultNXProps.getInstance().getStringProperty("ArticleModeVenteAvance");
175
            Boolean bArticleAdvanced = Boolean.valueOf(articleAdvanced);
175
        Boolean bArticleAdvanced = Boolean.valueOf(articleAdvanced);