Improvements to payment and other misc items
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<table class="table table-striped table-condensed table-hover" id="list-table">
|
||||
<tbody>
|
||||
<?php foreach ($o->items_periods() as $rs) : ?>
|
||||
<tr><th colspan="5"><?php echo StaticList_RecurSchedule::get($rs); ?></th></tr>
|
||||
<?php foreach ($o->items_periods() as $rs) : ?>
|
||||
<thead><tr><th colspan="5"><?php echo StaticList_RecurSchedule::get($rs); ?></th></tr></thead>
|
||||
|
||||
<tbody>
|
||||
<?php foreach ($o->items_periods($rs) as $iio) : ?>
|
||||
<?php if ($iio->service_id) : ?>
|
||||
<tr>
|
||||
@@ -31,6 +31,7 @@
|
||||
<?php endif ?>
|
||||
|
||||
<?php endforeach ?>
|
||||
<?php endforeach ?>
|
||||
</tbody>
|
||||
</tbody>
|
||||
|
||||
<?php endforeach ?>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user