Commit 308598c2bbca43cc9ff6f4d2dd1cc0267c273cb1

Authored by Alexey Boroda
1 parent 1f4892af

-Variants creation ready for test

Showing 1 changed file with 4 additions and 5 deletions   Show diff stats
labels/controllers/DeliveryController.php
@@ -153,6 +153,10 @@ @@ -153,6 +153,10 @@
153 'type' => Form::BOOL, 153 'type' => Form::BOOL,
154 ], 154 ],
155 [ 155 [
  156 + 'name' => 'default',
  157 + 'type' => Form::BOOL,
  158 + ],
  159 + [
156 'name' => 'sort', 160 'name' => 'sort',
157 'type' => Form::NUMBER, 161 'type' => Form::NUMBER,
158 ], 162 ],
@@ -160,11 +164,6 @@ @@ -160,11 +164,6 @@
160 'name' => 'value', 164 'name' => 'value',
161 'type' => Form::NUMBER, 165 'type' => Form::NUMBER,
162 ], 166 ],
163 - [  
164 - 'name' => 'default',  
165 - 'type' => Form::BOOL,  
166 - ],  
167 -  
168 ], 167 ],
169 ]; 168 ];
170 } 169 }