+ [task#148285] add products box id.
This commit is contained in:
@@ -101,6 +101,7 @@ $fields->field('percent')
|
||||
->label($lang->stage->percent . sprintf($lang->execution->unitTemplate, '%'));
|
||||
|
||||
$fields->field('productsBox')
|
||||
->id('productsBox')
|
||||
->width('full')
|
||||
->control(array
|
||||
(
|
||||
|
||||
@@ -142,6 +142,7 @@ if($hasPercent && $project && $project->model != 'ipd')
|
||||
}
|
||||
|
||||
$fields->field('productsBox')
|
||||
->id('productsBox')
|
||||
->width('full')
|
||||
->className($hidden)
|
||||
->control(array(
|
||||
|
||||
Reference in New Issue
Block a user