* Adjust code for error.
This commit is contained in:
@@ -114,7 +114,7 @@ class productsBox extends wg
|
||||
picker
|
||||
(
|
||||
set::name('plans[0][]'),
|
||||
set::items($productPlans),
|
||||
set::items(array()),
|
||||
set::multiple(true)
|
||||
)
|
||||
),
|
||||
|
||||
@@ -61,7 +61,7 @@ $fields->field('days')
|
||||
|
||||
$fields->field('percent')
|
||||
->width('1/4')
|
||||
->label($lang->stage->percent . sprintf($lang->execuition->unitTemplate, '%'))
|
||||
->label($lang->stage->percent . sprintf($lang->execution->unitTemplate, '%'))
|
||||
->required(true);
|
||||
|
||||
$fields->field('productsBox')
|
||||
|
||||
Reference in New Issue
Block a user