Skip to content
Snippets Groups Projects
Commit b3e3cc14 authored by Gauthier's avatar Gauthier
Browse files

FIX : 1/ update_extra() function musn't be in "if(!empty(MAIN_DISABLE_CONTACTS_TAB)" test.

2/ Reindented code
parent e79fe740
No related branches found
No related tags found
No related merge requests found
...@@ -1773,6 +1773,7 @@ if (empty($reshook)) ...@@ -1773,6 +1773,7 @@ if (empty($reshook))
dol_print_error($db); dol_print_error($db);
} }
} }
}
if ($action == 'update_extras') if ($action == 'update_extras')
...@@ -1802,7 +1803,6 @@ if (empty($reshook)) ...@@ -1802,7 +1803,6 @@ if (empty($reshook))
$action = 'edit_extras'; $action = 'edit_extras';
} }
} }
}
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment