mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Aggiunta data esportazione Ri.Ba. in scadenza
This commit is contained in:
parent
7a17fdc314
commit
505f33bf12
@ -90,7 +90,17 @@ if (!empty($documento)) {
|
||||
<td>
|
||||
{[ "type": "text", "name": "distinta", "value": "'.$record['distinta'].'" ]}
|
||||
</td>
|
||||
</tr>
|
||||
</tr>';
|
||||
|
||||
if( !empty($record['presentazioni_exported_at']) ){
|
||||
$export_riba = '<i class="fa fa-check text-success"></i> '.tr('Esportata il _DATA_',[
|
||||
'_DATA_' => Translator::timestampToLocale($record['presentazioni_exported_at']),
|
||||
]).'';
|
||||
}else{
|
||||
$export_riba = '<i class="fa fa-clock-o text-warning"></i> '.tr('Non ancora esportata');
|
||||
}
|
||||
|
||||
echo '
|
||||
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user