config.php 202 B

1234
  1. <?php
  2. $config->workestimation = new stdclass;
  3. $config->workestimation->index = new stdclass;
  4. $config->workestimation->index->requiredFields = 'scale,productivity,duration,unitLaborCost,totalLaborCost';