Merge branch 'fronkdev' into 'master'

Changed text in Address/invoice

See merge request fronk/thetool!470
This commit is contained in:
Frank Schubert
2024-07-10 17:26:32 +00:00
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>