Ajustando relatorio de movimentações
This commit is contained in:
parent
4bcef48ffe
commit
da6804b77b
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ try{
|
|||
$totalFees += $Result->movement_value_registration_tariff+$Result->movement_value_settlement_tariff;
|
||||
|
||||
|
||||
$body .= ' <tr style="'.($i % 2 == 0 ? 'background-color: #f2f2f2;' : '').' border-bottom: #ccc solid 1px">';
|
||||
$body .= ' <tr style="'.($i % 2 == 0 ? 'background-color: #f2f2f2;' : '').' border-bottom: #666 solid 1px; padding: 2px">';
|
||||
$body .= ' <td style="text-align: center; width: 90px">'.$Result->movement_reference.'</td>';
|
||||
$body .= ' <td style="text-align: center; width: 90px">'.date('d/m/Y', strtotime($Result->movement_date_scheduled)).'</td>';
|
||||
$body .= ' <td style="text-align: center; width: '.($FinancialMovementsValidate->getStatusSearch() == 1 ? '120' : '90').'px">'.(isset($Result->movement_date_paid) ? date('d/m/Y', strtotime($Result->movement_date_paid)) : ($Main->CheckDay($Result->movement_date_scheduled) > 1 ? $Main->diffDate($Result->movement_date_scheduled, date('Y-m-d')).' dia(s) de atraso' : '')).'</td>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue