Fixing style errors.
This commit is contained in:
parent
f28e1dc4fb
commit
dcd8a88e72
@ -361,19 +361,19 @@ while ($i < min($num, $limit)) {
|
|||||||
print '<td>'.dol_trunc($obj->label, 40).'</td>';
|
print '<td>'.dol_trunc($obj->label, 40).'</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date end period
|
// Date end period
|
||||||
if (!empty($arrayfields['t.datev']['checked'])) {
|
if (!empty($arrayfields['t.datev']['checked'])) {
|
||||||
print '<td class="center">'.dol_print_date($db->jdate($obj->datev), 'day').'</td>';
|
print '<td class="center">'.dol_print_date($db->jdate($obj->datev), 'day').'</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date payment
|
// Date payment
|
||||||
if (!empty($arrayfields['t.datep']['checked'])) {
|
if (!empty($arrayfields['t.datep']['checked'])) {
|
||||||
print '<td class="center">'.dol_print_date($db->jdate($obj->datep), 'day').'</td>';
|
print '<td class="center">'.dol_print_date($db->jdate($obj->datep), 'day').'</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Type
|
// Type
|
||||||
if (!empty($arrayfields['t.fk_typepayment']['checked']))
|
if (!empty($arrayfields['t.fk_typepayment']['checked']))
|
||||||
{
|
{
|
||||||
@ -402,10 +402,10 @@ while ($i < min($num, $limit)) {
|
|||||||
$bankstatic->ref = $obj->bref;
|
$bankstatic->ref = $obj->bref;
|
||||||
$bankstatic->number = $obj->bnumber;
|
$bankstatic->number = $obj->bnumber;
|
||||||
$bankstatic->account_number = $obj->account_number;
|
$bankstatic->account_number = $obj->account_number;
|
||||||
|
|
||||||
$accountingjournal->fetch($obj->fk_accountancy_journal);
|
$accountingjournal->fetch($obj->fk_accountancy_journal);
|
||||||
$bankstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
|
$bankstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
|
||||||
|
|
||||||
$bankstatic->label = $obj->blabel;
|
$bankstatic->label = $obj->blabel;
|
||||||
print $bankstatic->getNomUrl(1);
|
print $bankstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user