CMXX - Relative time on created and last login
This commit is contained in:
@@ -350,6 +350,21 @@ if ($update_allowed === 1){
|
||||
';
|
||||
}
|
||||
|
||||
$view .= '<div class="content-block">
|
||||
<div class="block-header">
|
||||
<i class="fa-solid fa-bars fa-sm"></i>'.$tab3.'
|
||||
</div>
|
||||
<div class="table order-table">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width:25%;">'.$general_created.'</td>
|
||||
<td>'.getRelativeTime($responses->created).'</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
//DISPLAY RELATED COMMUNICATION RECORDS
|
||||
$soldto_id = explode("-",$partner_data->soldto) ?? '';
|
||||
$shipto_id = explode("-",$partner_data->shipto) ?? '';
|
||||
|
||||
Reference in New Issue
Block a user