7 lines
364 B
PHP
7 lines
364 B
PHP
<!-- o = Model_Account -->
|
|
<?php echo View::factory('service/user/list')->set('o',$o); ?>
|
|
<?php echo View::factory('invoice/user/list/due')->set('o',$o); ?>
|
|
<?php echo View::factory('service/user/list/expiring')->set('o',$o); ?>
|
|
<?php echo View::factory('service/user/list/inactive')->set('o',$o); ?>
|
|
<?php echo View::factory('invoice/user/next')->set('o',$o); ?>
|