FIX : action delete card fac rec
This commit is contained in:
parent
f154e893d9
commit
54e00b800a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user