Merge branch 'fronkdev' into 'master'

changed permission for seeing manual_invoice_sepa_limit

See merge request fronk/thetool!2020
This commit is contained in:
Frank Schubert
2026-01-15 19:18:00 +00:00

View File

@@ -144,12 +144,12 @@
</tr><tr>
<th>BIC</th>
<td><?=$address->bank_account_bic?></td>
</tr>
<?php if($me->can("Fibu")): ?>
<tr>
</tr><tr>
<th>Manuelle Rechnungen abbuchen bis (erfordert Bankeinzug)</th>
<td><?=number_format($address->manual_invoice_sepa_limit, 2, ",", ".")?> &euro;</td>
</tr>
<?php if($me->can("Fibu")): ?>
<tr>
<th>Sepa Mandatsdatum</th>
<td><?=($address->sepa_date) ? date("d.m.Y", $address->sepa_date) : ""?></td>