FIX : action delete card fac rec

This commit is contained in:
Gauthier PC portable 024 2023-03-21 12:07:12 +01:00
parent f154e893d9
commit 54e00b800a

View File

@ -1181,7 +1181,7 @@ if ($action == 'create') {
}
// Confirm delete of repeatable invoice
if ($action == 'ask_deleteinvoice') {
if ($action == 'delete') {
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('DeleteRepeatableInvoice'), $langs->trans('ConfirmDeleteRepeatableInvoice'), 'confirm_deleteinvoice', '', 'no', 1);
}