Commit e6f2f37340d04965a2b1688e6d2fcc8c93cea9f5
1 parent
a55bed64
- order view
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
views/order/view.php
| @@ -64,15 +64,15 @@ | @@ -64,15 +64,15 @@ | ||
| 64 | 'deleted_at:datetime', | 64 | 'deleted_at:datetime', |
| 65 | [ | 65 | [ |
| 66 | 'label' => \Yii::t('order', 'Label'), | 66 | 'label' => \Yii::t('order', 'Label'), |
| 67 | - 'attribute' => 'label.lang.title', | 67 | + 'attribute' => 'label.title', |
| 68 | ], | 68 | ], |
| 69 | [ | 69 | [ |
| 70 | 'label' => \Yii::t('order', 'Delivery'), | 70 | 'label' => \Yii::t('order', 'Delivery'), |
| 71 | - 'attribute' => 'delivery.lang.title', | 71 | + 'attribute' => 'delivery.title', |
| 72 | ], | 72 | ], |
| 73 | [ | 73 | [ |
| 74 | 'label' => \Yii::t('order', 'Payment'), | 74 | 'label' => \Yii::t('order', 'Payment'), |
| 75 | - 'attribute' => 'payment.lang.title', | 75 | + 'attribute' => 'payment.title', |
| 76 | ], | 76 | ], |
| 77 | [ | 77 | [ |
| 78 | 'label' => \Yii::t('order', 'Products'), | 78 | 'label' => \Yii::t('order', 'Products'), |