5 lines
208 B
PHP
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';
|