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>

View File

@@ -282,7 +282,7 @@ $pagination_entity_name = "Rechnungen";
</div>
</div>
<div class="card">
<div class="card border-top-purple">
<div class="card-body">
<div class="row">
<div class="col-12">

View File

@@ -11,6 +11,7 @@ class Contractqueue extends mfBaseModel {
private $orderproduct;
private $termination;
private $voicenumbers;
private $voiceplan;
private $sla;
private $creator;
private $editor;