module.php 193 B

12345678
  1. <?php
  2. $this->registerModule($module, 'main', __('Finance operations'), 'Nightfly', array(
  3. 'CASH' => __('right to control user balance'),
  4. 'DEFSALE' => __('right to deferred sale')
  5. ));