Changed text in Address/invoice
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user