Skip to content

Commit

Permalink
- updated email templates with name variable for ProductUnit
Browse files Browse the repository at this point in the history
- updated migration version for the application to load the new templates
  • Loading branch information
24198 committed Jul 31, 2020
1 parent 2c3af6f commit f92a606
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function getEmailsDir()
*/
public function getVersion()
{
return '1.1';
return '1.2';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function getEmailsDir()
*/
public function getVersion()
{
return '1.5';
return '1.6';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit }}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.productUnit|marello_format_product_unit}}
{{ item.productUnit.name }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; text-align:right; font-weight: 300;">
{{ item.price|oro_format_currency({'currency': entity.currency}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public function getEmailsDir()
*/
public function getVersion()
{
return '1.3';
return '1.4';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
{{ item.quantity }}
</td>
<td class="item-info" style="border-top: 1px solid #d6d7d7; font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif; padding: 10px 8px; font-size:13px; font-weight: 300;">
{{ item.orderItem.productUnit|marello_format_product_unit }}
{{ item.orderItem.productUnit.name }}
</td>
</tr>
<!--{% endfor %}-->
Expand Down

0 comments on commit f92a606

Please sign in to comment.