Address: Added manual_invoice_sepa_limit

This commit is contained in:
Frank Schubert
2026-01-15 20:10:52 +01:00
parent 3241b8027d
commit 48233944b5
4 changed files with 50 additions and 3 deletions
+4
View File
@@ -146,6 +146,10 @@
<td><?=$address->bank_account_bic?></td>
</tr>
<?php if($me->can("Fibu")): ?>
<tr>
<th>Manuelle Rechnungen abbuchen bis</th>
<td><?=number_format($address->manual_invoice_sepa_limit, 2, ",", ".")?> &euro;</td>
</tr>
<tr>
<th>Sepa Mandatsdatum</th>
<td><?=($address->sepa_date) ? date("d.m.Y", $address->sepa_date) : ""?></td>