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");
|