Merge pull request #3746 from atm-gauthier/3.8_fix_function_update_extra

FIX : 1/ update_extra() function musn't be in  "if(!empty(MAIN_DISABL…
This commit is contained in:
Laurent Destailleur 2015-10-17 10:39:37 +02:00
commit 5c1daa6135

View File

@ -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))
$action = 'edit_extras'; $action = 'edit_extras';
} }
} }
}
/* /*