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>
|
||||
|
||||
@@ -117,6 +117,9 @@ h1, h2, h3, h4, h5, h6 {
|
||||
.card.border-top-info {
|
||||
border-top: 2px solid #4b88e4;
|
||||
}
|
||||
.card.border-top-purple {
|
||||
border-top: 2px solid #6b5eae;
|
||||
}
|
||||
/*
|
||||
.card-header.underline-danger {
|
||||
border-bottom: 2px solid #f1556c;
|
||||
|
||||
Reference in New Issue
Block a user