1234567891011 |
- <?php
- $this->registerModule($module, 'main', __('Per city payment report'), 'L1ght',
- array(
- 'CITYACTION' => __('right to use action per city module'),
- 'CITYPAYMENTS' => __('right to watch payments per city'),
- 'CITYUSERSEARCH' => __('right to search users per city'),
- 'REPORTCITYDEBTORS' => __('right to watch debtors report per city'),
- 'CITYPERMISSION' => __('right to change admins per city permissions')
- ));
|