support template variable entry.row for docx if description is not used (#504)
This commit is contained in:
@@ -161,6 +161,7 @@ trait RendererTrait
|
||||
$end = $timesheet->getEnd();
|
||||
|
||||
return [
|
||||
'entry.row' => '',
|
||||
'entry.description' => $description,
|
||||
'entry.amount' => $amount,
|
||||
'entry.rate' => $this->getFormattedMoney($hourlyRate),
|
||||
|
||||
Reference in New Issue
Block a user