Fixes for statements
This commit is contained in:
parent
ba771c5cec
commit
026336de09
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class Design extends BaseDesign
|
|||
{
|
||||
if ($this->type === 'statement') {
|
||||
|
||||
$s_date = $this->translateDate(now()->format($client->company->date_format()), $this->client->date_format(), $this->client->locale());
|
||||
$s_date = $this->translateDate(now()->format($this->client->company->date_format()), $this->client->date_format(), $this->client->locale());
|
||||
|
||||
return [
|
||||
['element' => 'tr', 'properties' => ['data-ref' => 'statement-label'], 'elements' => [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue