module.php 389 B

123456789
  1. <?php
  2. $this->registerModule($module,
  3. 'main',
  4. __('External contragents finances'), 'bobr-kun',
  5. array('EXTCONTRAS' => __('right to use external contragents finances with readonly access'),
  6. 'EXTCONTRASRW' => __('right of full access to external contragents finances')
  7. ));
  8. ?>