cleanup
This commit is contained in:
parent
dfff32f239
commit
f28e1dc4fb
@ -282,7 +282,7 @@ if (!empty($arrayfields['t.num_payment']['checked'])) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter: Bank transaction number
|
// Filter: Bank transaction number (placeholder)
|
||||||
if (!empty($arrayfields['transaction']['checked'])) {
|
if (!empty($arrayfields['transaction']['checked'])) {
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
@ -334,13 +334,6 @@ print $hookmanager->resPrint;
|
|||||||
print_liste_field_titre($selectedfields, $_SERVER['PHP_SELF'], '', '', '', 'align="center"', $sortfield, $sortorder, 'maxwidthsearch ');
|
print_liste_field_titre($selectedfields, $_SERVER['PHP_SELF'], '', '', '', 'align="center"', $sortfield, $sortorder, 'maxwidthsearch ');
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$checkedCount = 0;
|
|
||||||
foreach ($arrayfields as $column) {
|
|
||||||
if ($column['checked']) {
|
|
||||||
$checkedCount++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$totalarray = array();
|
$totalarray = array();
|
||||||
while ($i < min($num, $limit)) {
|
while ($i < min($num, $limit)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user