CreditNote: Add footer text
This commit is contained in:
@ -158,4 +158,10 @@
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Überweisung erfolgt auf Konto @(Elwig.Helpers.Utils.FormatIban(Model.Member.Iban ?? "-")).</p>
|
||||
<div style="margin-top: 1em;">
|
||||
@if (Model.Text != null) {
|
||||
<p class="custom">@Model.Text</p>
|
||||
}
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user