FIX delete of warehouse

This commit is contained in:
Laurent Destailleur
2023-05-21 15:16:45 +02:00
parent 6e0c57263c
commit 5e4edac94d
4 changed files with 27 additions and 11 deletions

View File

@@ -391,7 +391,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
// ));
// }
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ToRefuse'), $text, 'confirm_refuse', $formquestion, '', 1, 250);
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ToRefuse'), '', 'confirm_refuse', $formquestion, '', 1, 250);
}
// Call Hook formConfirm