Fixed billing period in Product

This commit is contained in:
Frank Schubert
2021-08-25 15:26:01 +02:00
parent 649fac0df8
commit 0bd1e87911
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
<td><?=$product->producttech->name?> (<?=$product->attributes[TT_ATTRIB_RTRTECHCODE_NAME]->value?>)</td>
<td><?=__($product->producttech->customer_type)?></td>
<td><?=$product->price?></td>
<td><?=$product->billing_period?>x Jährlich</td>
<td><?=(12 / $product->billing_period)?>x Jährlich</td>
<td><?=$product->sla->name?></td>
<td><?=$product->ivt_id?></td>
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
@@ -65,4 +65,4 @@
</div>
</div>
<?php include(realpath(dirname(__FILE__)."/../")."/footer.php"); ?>
<?php include(realpath(dirname(__FILE__)."/../")."/footer.php"); ?>