Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Dec 9, 2024
1 parent a2d51a8 commit 88f7155
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdocs/compta/bank/various_payment/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@

$form = new Form($db);
$proj = null;
$accountingaccount = new AccountingAccount($db);
$bankline = new AccountLine($db);
$variousstatic = new PaymentVarious($db);
$accountstatic = null;
Expand All @@ -254,9 +255,6 @@
if ($arrayfields['project']['checked']) {
$proj = new Project($db);
}
if ($arrayfields['account']['checked']) {
$accountingaccount = new AccountingAccount($db);
}

$title = $langs->trans("VariousPayments");
//$help_url = "EN:Module_MyObject|FR:Module_MyObject_FR|ES:Módulo_MyObject";
Expand Down

0 comments on commit 88f7155

Please sign in to comment.