Misc fixes and new function service_change
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<?php if ($so->pending_change()) {?>
|
||||
Pending change to: <?php echo $so->service_change->list_details(); ?>
|
||||
<?php } ?>
|
||||
<br/>
|
||||
<!-- @todo NEEDS TO BE TRANSLATED -->
|
||||
<table class="list-box-left">
|
||||
<tr class="list-head">
|
||||
|
@@ -18,7 +18,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cost</td>
|
||||
<td class="data"><?php echo $so->price(TRUE,TRUE); ?></td>
|
||||
<td class="data"><?php echo $so->price(TRUE,TRUE); if ($so->pending_change()) echo ' *'; ?></td>
|
||||
</tr>
|
||||
<?php if (is_null($so->price) OR ($so->price<=$so->product->price($so->price_group,$so->recur_schedule,'price_base'))) { ?>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user