mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fix issue with client date formatc
This commit is contained in:
parent
1a066f2f9f
commit
e5af99d884
@ -251,8 +251,8 @@ trait DesignHelpers
|
|||||||
foreach ($_logs as $log) {
|
foreach ($_logs as $log) {
|
||||||
$logs[] = sprintf(
|
$logs[] = sprintf(
|
||||||
'%s - %s',
|
'%s - %s',
|
||||||
\Carbon\Carbon::createFromTimestamp($log[0])->format($task->client->date_format() . ' h:i:s'),
|
\Carbon\Carbon::createFromTimestamp($log[0])->format($this->entity->client->date_format() . ' h:i:s'),
|
||||||
\Carbon\Carbon::createFromTimestamp($log[1])->format($task->client->date_format() . ' h:i:s')
|
\Carbon\Carbon::createFromTimestamp($log[1])->format($this->entity->client->date_format() . ' h:i:s')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user