Changed text in Address/invoice

This commit is contained in:
Frank Schubert
2024-07-10 19:26:07 +02:00
parent c9a8a4fef3
commit 30eb172eb6
2 changed files with 7 additions and 3 deletions

View File

@@ -32,14 +32,15 @@
<div class="card border-top-purple">
<div class="card-body">
<h3 class="text-center mb-3">Rechnungen</h3>
<h3 class="">Rechnungen zu Kundennummer <?=$address->customer_number?></h3>
<div class="mb-3">Verrechnungskonto: <?=$address->fibu_account_number?></div>
<div><?=$address->getCompanyOrName()?></div>
<div class="font-weight-bold"><?=$address->getCompanyOrName()?></div>
<div><?=$address->street?></div>
<div><?=$address->zip?> <?=$address->city?></div>
<div><?=$address->country->name?></div>
<table class="table table-sm table-striped">
<table class="table table-sm table-striped mt-2">
<tr>
<th>Typ</th>
<th>Rechnungsnummer</th>