Merge branch 'Preorderlogistics/fix-letter' into 'master'
fixed letter See merge request fronk/thetool!1204
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<img src="<?=self::getResourcePath()?>assets/images/rml-logo-header.png" style="height:80pt;" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="margin-top: 28pt">
|
||||
<p>
|
||||
<?php if($preorder->company): ?>
|
||||
<?=nl2br($preorder->company)?><br />
|
||||
@@ -43,7 +43,6 @@
|
||||
<?php endif; ?>
|
||||
<?php if($preorder->lastname): ?>
|
||||
<?=$preorder->firstname?> <?=$preorder->lastname?><br />
|
||||
|
||||
<?php endif; ?>
|
||||
<?=$preorder->street?> <?=$preorder->housenumber?><br />
|
||||
<?=$preorder->zip?> <?=$preorder->city?>
|
||||
@@ -103,7 +102,7 @@
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
<img src="<?=self::getResourcePath()?>assets/images/rml-preorderlogistic-footer.png" style="width:100%;margin-top: 12pt;margin-left:4pt;margin-right:4pt" />
|
||||
<img src="<?=self::getResourcePath()?>assets/images/rml-preorderlogistic-footer.png" style="width:100%;margin-left:4pt;margin-right:4pt" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user