Limited VatgroupController to Fibu user

This commit is contained in:
Frank Schubert
2024-02-20 22:37:47 +01:00
parent b0cd82d0dd
commit 78916bdd0f
3 changed files with 6 additions and 6 deletions

View File

@@ -44,16 +44,16 @@
<div class="row">
<div class="col-2 font-weight-medium">
Zielland
Zielland *
</div>
<div class="col-2 font-weight-medium">
Erlöskonto
Erlöskonto *
</div>
<div class="col-2 font-weight-medium">
Legacy Erlöskonto
</div>
<div class="col-2 font-weight-medium">
Steuersatz %
Steuersatz % *
</div>
<div class="col-4 font-weight-medium">
Rechnungstext
@@ -75,7 +75,7 @@
<input type="text" class="form-control" name="rates[<?=$area_key?>][rate]" value="<?=str_replace(".",",", round($vatgroup->rates[$area_key]->rate, 2))?>" placeholder="Steuersatz %" />
</div>
<div class="col-4">
<textarea class="form-control" name="rates[<?=$area_key?>][invoice_text]" placeholder="Optionaler Rechnungstext" ><?=htmlentities($vatgroup->rates[$area_key]->invoice_text)?></textarea>
<input type="text" class="form-control" name="rates[<?=$area_key?>][invoice_text]" value="<?=htmlentities($vatgroup->rates[$area_key]->invoice_text)?>" placeholder="Optionaler Rechnungstext" />
</div>
</div>
<?php endforeach; ?>