changed permission for seeing manual_invoice_sepa_limit
This commit is contained in:
@@ -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, ",", ".")?> €</td>
|
||||
</tr>
|
||||
<?php if($me->can("Fibu")): ?>
|
||||
|
||||
<tr>
|
||||
<th>Sepa Mandatsdatum</th>
|
||||
<td><?=($address->sepa_date) ? date("d.m.Y", $address->sepa_date) : ""?></td>
|
||||
|
||||
Reference in New Issue
Block a user