Compare commits
No commits in common. "d59893ebcbc2c7abe62a8a87d43ec2ab57d8e5e9" and "ba61a4fb5bf5cdf519feb529fa6231662067c5f4" have entirely different histories.
d59893ebcb
...
ba61a4fb5b
4
momo.php
4
momo.php
|
@ -229,7 +229,7 @@ footer .notes {
|
|||
|
||||
<p class="invoice-meta">
|
||||
Rechnungsnummer: <?php echo $invoice->invoice_number; ?><br />
|
||||
<?php if (isset($custom_fields['invoice']['Leistungszeitraum-Anfang']) && isset($custom_fields['invoice']['Leistungszeitraum-Ende'])): ?>
|
||||
<?php if ($custom_fields['invoice']['Leistungszeitraum-Anfang'] && $custom_fields['invoice']['Leistungszeitraum-Ende']): ?>
|
||||
Leistungszeitraum:
|
||||
<?php echo date_from_mysql($custom_fields['invoice']['Leistungszeitraum-Anfang'], true); ?>
|
||||
-
|
||||
|
@ -237,7 +237,7 @@ footer .notes {
|
|||
<?php endif; ?>
|
||||
</p>
|
||||
|
||||
<?php if (isset($custom_fields['invoice']['Beschreibung'])): ?>
|
||||
<?php if ($custom_fields['invoice']['Beschreibung']): ?>
|
||||
<p>
|
||||
<?php echo $custom_fields['invoice']['Beschreibung']; ?>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue