diff --git a/htdocs/compta/bank/various_payment/list.php b/htdocs/compta/bank/various_payment/list.php index 9cda90f02b7..67e39b069ab 100644 --- a/htdocs/compta/bank/various_payment/list.php +++ b/htdocs/compta/bank/various_payment/list.php @@ -215,7 +215,7 @@ if ($result) } print '
'; - + if ($optioncss != '') print ''; print ''; print ''; @@ -223,7 +223,7 @@ if ($result) print ''; print ''; print ''; - + print_barre_liste($langs->trans("MenuVariousPayment"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $totalnboflines, 'object_payment', 0, $newcardbutton, '', $limit, 0, 0, 1); $varpage = empty($contextpage) ? $_SERVER["PHP_SELF"] : $contextpage; @@ -292,21 +292,21 @@ if ($result) if ($arrayfields['project']['checked']) { print ''; // TODO - print ''; + print ''; } // Bank account if ($arrayfields['bank']['checked']) { print ''; $form->select_comptes($search_bank_account, 'search_account', 0, '', 1); - print ''; + print ''; } // Bank entry if ($arrayfields['entry']['checked']) { print ''; print ''; - print ''; + print ''; } // Accounting account @@ -385,7 +385,7 @@ if ($result) if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER_IN_LIST)) { print ''.(($offset * $limit) + $i).''; } - + // Ref if ($arrayfields['ref']['checked']) { $variousstatic->id = $obj->rowid; @@ -406,7 +406,7 @@ if ($result) if (!$i) $totalarray['nbfield']++; } - + // Date value if ($arrayfields['datev']['checked']) { print ''.dol_print_date($obj->datev, 'day')."";