Fix PHPCS
This commit is contained in:
parent
6fdc279fd3
commit
6fe96b322a
@ -231,9 +231,8 @@ llxHeader();
|
|||||||
$html = new Form($db);
|
$html = new Form($db);
|
||||||
$formaccounting = new FormAccounting($db);
|
$formaccounting = new FormAccounting($db);
|
||||||
$accountjournal = new AccountingJournal($db);
|
$accountjournal = new AccountingJournal($db);
|
||||||
/*
|
|
||||||
* Confirmation to delete the command
|
// Confirmation to delete the command
|
||||||
*/
|
|
||||||
if ($action == 'delete') {
|
if ($action == 'delete') {
|
||||||
$formconfirm = $html->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $id.'&mode='. $mode, $langs->trans('DeleteMvt'), $langs->trans('ConfirmDeleteMvt'), 'confirm_delete', '', 0, 1);
|
$formconfirm = $html->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $id.'&mode='. $mode, $langs->trans('DeleteMvt'), $langs->trans('ConfirmDeleteMvt'), 'confirm_delete', '', 0, 1);
|
||||||
print $formconfirm;
|
print $formconfirm;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user