Files
EasySoft-ZenTaoPMS/module/workestimation/config.php
2020-11-12 13:23:39 +08:00

5 lines
202 B
PHP

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