Skip to content

Commit

Permalink
Put invoice customization products in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Szczupak committed Dec 3, 2020
1 parent e081f82 commit 23ae30b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pdf/invoice.product-tab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@
<table style="width: 100%;">
{foreach $customization.datas[Product::CUSTOMIZE_TEXTFIELD] as $customization_infos}
<tr>
<td style="width: 30%;">
{$customization_infos.name|string_format:{l s='%s:' d='Shop.Pdf' pdf='true'}}
</td>
<td>{if (int)$customization_infos.id_module}{$customization_infos.value nofilter}{else}{$customization_infos.value}{/if}</td>
<td>{$customization_infos.name|string_format:{l s='%s:' d='Shop.Pdf' pdf='true'}} {if (int)$customization_infos.id_module}{$customization_infos.value nofilter}{else}{$customization_infos.value}{/if}</td>
</tr>
{/foreach}
</table>
Expand Down

0 comments on commit 23ae30b

Please sign in to comment.