OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 132 Rev 156
Line 101... Line 101...
101
                this.addSQLObject(boxTaxe, "ID_TAXE");
101
                this.addSQLObject(boxTaxe, "ID_TAXE");
102
 
102
 
103
            }
103
            }
104
        };
104
        };
105
    }
105
    }
-
 
106
 
-
 
107
    @Override
-
 
108
    protected String createCodeSuffix() {
-
 
109
        return ".list";
-
 
110
    }
-
 
111
 
106
}
112
}