Skip to content

Commit

Permalink
[Descriptor] fix: risk extrafield visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo committed Sep 1, 2021
1 parent e1b0a23 commit fc3293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modDigiriskDolibarr.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ public function init($options = '')
include_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
$extra_fields = new ExtraFields( $this->db );

$extra_fields->addExtraField( 'fk_risk', $langs->trans("fk_risk"), 'int', 1020, 10, 'projet_task', 0, 0, '', '', '', '', 5);
$extra_fields->addExtraField( 'fk_risk', $langs->trans("fk_risk"), 'int', 1020, 10, 'projet_task', 0, 0, '', '', '', '', 1);

return $this->_init($sql, $options);

Expand Down

0 comments on commit fc3293d

Please sign in to comment.