Added Sprachtarif to Contractqueue

This commit is contained in:
Frank Schubert
2024-10-03 18:20:46 +02:00
parent 280e3e06de
commit 6b7bf26df3
3 changed files with 3 additions and 1 deletions

View File

@@ -269,6 +269,7 @@
<?php $voicenumbers[] = $voicenumber->number; ?>
<?php endforeach; ?>
<?php if(count($voicenumbers)): ?>
<br />Sprachtarif: <?=$contract->voiceplan->name?>
<br /><strong><?=implode(", ", $voicenumbers);?></strong>
<?php endif; ?>
</div>