File: /www/wwwroot/oa.sanjiangapp.com/app/cash/balance/config.php
<?php
/**
* The config file of balance module of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Tingting Dai <daitingting@xirangit.com>
* @package balance
* @version $Id$
* @link http://www.zdoo.com
*/
$config->balance->require = new stdclass();
$config->balance->require->create = 'depositor,currency';
$config->balance->require->edit = 'depositor,currency';