This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/application/views/account/reseller/view.php

7 lines
364 B
PHP
Raw Normal View History

2016-07-24 14:44:17 +00:00
<!-- 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); ?>
2016-07-24 14:44:17 +00:00
<?php echo View::factory('service/user/list/inactive')->set('o',$o); ?>
<?php echo View::factory('invoice/user/next')->set('o',$o); ?>