Commit 1f4892af3b7f16564683b74a8e260af2b95c12e4

Authored by Anastasia
1 parent fdce5f4a

- basket

- order
controllers/OrderController.php
@@ -82,12 +82,6 @@ @@ -82,12 +82,6 @@
82 'created_at' => [ 82 'created_at' => [
83 'type' => Index::DATETIME_COL, 83 'type' => Index::DATETIME_COL,
84 ], 84 ],
85 - 'sort' => [  
86 - 'type' => Index::POSITION_COL,  
87 - ],  
88 - 'status' => [  
89 - 'type' => Index::STATUS_COL,  
90 - ],  
91 ], 85 ],
92 'model' => Order::className(), 86 'model' => Order::className(),
93 'hasLanguage' => false, 87 'hasLanguage' => false,
labels/controllers/DeliveryController.php
@@ -161,10 +161,6 @@ @@ -161,10 +161,6 @@
161 'type' => Form::NUMBER, 161 'type' => Form::NUMBER,
162 ], 162 ],
163 [ 163 [
164 - 'name' => 'color',  
165 - 'type' => Form::STRING,  
166 - ],  
167 - [  
168 'name' => 'default', 164 'name' => 'default',
169 'type' => Form::BOOL, 165 'type' => Form::BOOL,
170 ], 166 ],
labels/controllers/PaymentController.php
@@ -73,10 +73,6 @@ @@ -73,10 +73,6 @@
73 'type' => Form::NUMBER, 73 'type' => Form::NUMBER,
74 ], 74 ],
75 [ 75 [
76 - 'name' => 'color',  
77 - 'type' => Form::STRING,  
78 - ],  
79 - [  
80 'name' => 'default', 76 'name' => 'default',
81 'type' => Form::BOOL, 77 'type' => Form::BOOL,
82 ], 78 ],
@@ -161,10 +157,6 @@ @@ -161,10 +157,6 @@
161 'type' => Form::NUMBER, 157 'type' => Form::NUMBER,
162 ], 158 ],
163 [ 159 [
164 - 'name' => 'color',  
165 - 'type' => Form::STRING,  
166 - ],  
167 - [  
168 'name' => 'default', 160 'name' => 'default',
169 'type' => Form::BOOL, 161 'type' => Form::BOOL,
170 ], 162 ],