diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 0f04eb2df31..d128d201e99 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -88,7 +88,7 @@ dolibarr_fiche_head($head, 'card', $langs->trans("Category")); /* * Confirmation suppression */ -if ($_GET['action'] == 'delete' && $resteapayer <= 0) +if ($_GET['action'] == 'delete') { $html->form_confirm($_SERVER["PHP_SELF"].'?id='.$c->id,$langs->trans('DeleteCategory'),$langs->trans('ConfirmDeleteCategory'),'confirm_delete'); print '
';