changed permission for seeing manual_invoice_sepa_limit

This commit is contained in:
Frank Schubert
2026-01-15 20:17:37 +01:00
parent ad9012f545
commit 8ec2262569

View File

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