PDF memory optimizations (#2736)
This commit is contained in:
@@ -102,6 +102,7 @@ mpdf-->
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for id, entry in model.calculator.entries %}
|
||||
<!-- CONTENT_PART -->
|
||||
{% set duration = entry.duration|duration(isDecimal) %}
|
||||
{% if entry.fixedRate %}
|
||||
{% set rate = entry.fixedRate %}
|
||||
|
||||
@@ -109,6 +109,7 @@ mpdf-->
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entry in model.calculator.entries %}
|
||||
<!-- CONTENT_PART -->
|
||||
{% set duration = entry.duration|duration(isDecimal) %}
|
||||
{% if entry.fixedRate is not null %}
|
||||
{% set rate = entry.fixedRate %}
|
||||
|
||||
Reference in New Issue
Block a user