OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 151 | Rev 174 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 156
Line 86... Line 86...
86
 
86
 
87
        final Group gState = new Group("customerrelationship.customer.sales", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
87
        final Group gState = new Group("customerrelationship.customer.sales", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
88
        gState.addItem("ID_COMMERCIAL");
88
        gState.addItem("ID_COMMERCIAL");
89
        gState.addItem("ID_LANGUE");
89
        gState.addItem("ID_LANGUE");
90
        gState.addItem("ID_TARIF");
90
        gState.addItem("ID_TARIF");
-
 
91
        gState.addItem("ID_CATEGORIE_COMPTABLE");
-
 
92
        gState.addItem("ID_FRAIS_DOCUMENT");
91
 
93
 
92
        final Group gCustomProduct = new Group("customerrelationship.customer.customproduct", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
94
        final Group gCustomProduct = new Group("customerrelationship.customer.customproduct", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
93
        gCustomProduct.addItem("customerrelationship.customer.customproduct", new LayoutHints(true, true, true, true, true, true, true, true));
95
        gCustomProduct.addItem("customerrelationship.customer.customproduct", new LayoutHints(true, true, true, true, true, true, true, true));
94
        this.add(gCustomProduct);
96
        this.add(gCustomProduct);
95
 
97