Files
EasySoft-ZenTaoPMS/module/workestimation/config.php
2020-08-18 14:36:39 +08:00

5 lines
208 B
PHP

<?php
$config->workestimation = new stdclass;
$config->workestimation->index = new stdclass;
$config->workestimation->index->requiredFields = 'scale,productivity,scale,duration,unitLaborCost,totalLaborCost';