Added Sprachtarif to Contractqueue
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -11,6 +11,7 @@ class Contractqueue extends mfBaseModel {
|
||||
private $orderproduct;
|
||||
private $termination;
|
||||
private $voicenumbers;
|
||||
private $voiceplan;
|
||||
private $sla;
|
||||
private $creator;
|
||||
private $editor;
|
||||
|
||||
Reference in New Issue
Block a user