OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 174
Line 92... Line 92...
92
        gState.addItem("ID_FRAIS_DOCUMENT");
92
        gState.addItem("ID_FRAIS_DOCUMENT");
93
 
93
 
94
        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);
95
        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));
96
        this.add(gCustomProduct);
96
        this.add(gCustomProduct);
-
 
97
        final Group gCustomRemiseProduct = new Group("customerrelationship.customer.customtarif", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
-
 
98
        gCustomRemiseProduct.addItem("customerrelationship.customer.customtarif", new LayoutHints(true, true, true, true, true, true, true, true));
-
 
99
        this.add(gCustomRemiseProduct);
97
 
100
 
98
        this.add(gState);
101
        this.add(gState);
99
        final Group gInfo = new Group("customerrelationship.customer.info", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
102
        final Group gInfo = new Group("customerrelationship.customer.info", LayoutHints.DEFAULT_SEPARATED_GROUP_HINTS);
100
        gInfo.addItem("CODE_FOURNISSEUR");
103
        gInfo.addItem("CODE_FOURNISSEUR");
101
        gInfo.addItem("REMIND_DATE");
104
        gInfo.addItem("REMIND_DATE");