Skip to content

Commit

Permalink
More on default template
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 19, 2023
1 parent b30f3c8 commit f69d732
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/template/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
width: 100%;
min-width: 100%;
max-width: 100%;
margin-top: 15px;
margin-top: 5px;
}
table.postable th {
padding-bottom: 10px;
Expand Down Expand Up @@ -200,12 +200,12 @@
<p>
We take the liberty of invoicing you for the following items
</p>
<?php $document->getDocumentNotes($documentNotes); ?>
<?php foreach ($documentNotes as $documentNote) { ?>
<p class="pb-0">
<?php echo trim(nl2br($documentNote['content'])); ?>
</p>
<?php } ?>
<?php //$document->getDocumentNotes($documentNotes); ?>
<?php //foreach ($documentNotes as $documentNote) { ?>
<!--<p class="pb-0">-->
<?php //echo trim(nl2br($documentNote['content'])); ?>
<!--</p>-->
<?php //} ?>
<table class="postable">
<thead>
<tr>
Expand Down

0 comments on commit f69d732

Please sign in to comment.