Commit 1f4892af3b7f16564683b74a8e260af2b95c12e4
1 parent
fdce5f4a
- basket
- order
Showing
3 changed files
with
0 additions
and
18 deletions
Show diff stats
controllers/OrderController.php
... | ... | @@ -82,12 +82,6 @@ |
82 | 82 | 'created_at' => [ |
83 | 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 | 86 | 'model' => Order::className(), |
93 | 87 | 'hasLanguage' => false, | ... | ... |
labels/controllers/DeliveryController.php
labels/controllers/PaymentController.php
... | ... | @@ -73,10 +73,6 @@ |
73 | 73 | 'type' => Form::NUMBER, |
74 | 74 | ], |
75 | 75 | [ |
76 | - 'name' => 'color', | |
77 | - 'type' => Form::STRING, | |
78 | - ], | |
79 | - [ | |
80 | 76 | 'name' => 'default', |
81 | 77 | 'type' => Form::BOOL, |
82 | 78 | ], |
... | ... | @@ -161,10 +157,6 @@ |
161 | 157 | 'type' => Form::NUMBER, |
162 | 158 | ], |
163 | 159 | [ |
164 | - 'name' => 'color', | |
165 | - 'type' => Form::STRING, | |
166 | - ], | |
167 | - [ | |
168 | 160 | 'name' => 'default', |
169 | 161 | 'type' => Form::BOOL, |
170 | 162 | ], | ... | ... |