OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
Line 35... Line 35...
35
        super("BON_DE_LIVRAISON_ELEMENT", "un element de bon de livraison", "éléments de bon de livraison");
35
        super("BON_DE_LIVRAISON_ELEMENT", "un element de bon de livraison", "éléments de bon de livraison");
36
    }
36
    }
37
 
37
 
38
    protected List<String> getListFields() {
38
    protected List<String> getListFields() {
39
        final List<String> l = new ArrayList<String>();
39
        final List<String> l = new ArrayList<String>();
-
 
40
        l.add("ID_BON_DE_LIVRAISON");
40
        l.add("CODE");
41
        l.add("CODE");
41
        l.add("NOM");
42
        l.add("NOM");
42
        l.add("PA_HT");
43
        l.add("PA_HT");
43
        l.add("PV_HT");
44
        l.add("PV_HT");
44
        l.add("QTE");
45
        l.add("QTE");