@@ -132,12 +132,12 @@ discard block |
||
| 132 | 132 | //'t.justif_kilometers' => array('label' => $langs->trans("Fieldjustif_kilometers"), 'checked' => 1), |
| 133 | 133 | //'t.entity'=>array('label'=>$langs->trans("Entity"), 'checked'=>1, 'enabled'=>(! empty($conf->multicompany->enabled) && empty($conf->multicompany->transverse_mode))), |
| 134 | 134 | 't.datec' => array('label' => $langs->trans("DateCreationShort"), |
| 135 | - 'checked' => 0, |
|
| 136 | - 'position' => 500 |
|
| 135 | + 'checked' => 0, |
|
| 136 | + 'position' => 500 |
|
| 137 | 137 | ), |
| 138 | 138 | 't.tms' => array('label' => $langs->trans("DateModificationShort"), |
| 139 | - 'checked' => 0, |
|
| 140 | - 'position' => 500 |
|
| 139 | + 'checked' => 0, |
|
| 140 | + 'position' => 500 |
|
| 141 | 141 | ), |
| 142 | 142 | //'t.statut'=>array('label'=>$langs->trans("Status"), 'checked'=>1, 'position'=>1000), |
| 143 | 143 | ); |
@@ -145,9 +145,9 @@ discard block |
||
| 145 | 145 | if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) { |
| 146 | 146 | foreach ($extrafields->attribute_label as $key => $val) { |
| 147 | 147 | $arrayfields["ef." . $key] = array('label' => $extrafields->attribute_label[$key], |
| 148 | - 'checked' => $extrafields->attribute_list[$key], |
|
| 149 | - 'position' => $extrafields->attribute_pos[$key], |
|
| 150 | - 'enabled' => $extrafields->attribute_perms[$key] |
|
| 148 | + 'checked' => $extrafields->attribute_list[$key], |
|
| 149 | + 'position' => $extrafields->attribute_pos[$key], |
|
| 150 | + 'enabled' => $extrafields->attribute_perms[$key] |
|
| 151 | 151 | ); |
| 152 | 152 | } |
| 153 | 153 | } |