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 | 64 | 'deleted_at:datetime', |
65 | 65 | [ |
66 | 66 | 'label' => \Yii::t('order', 'Label'), |
67 | - 'attribute' => 'label.lang.title', | |
67 | + 'attribute' => 'label.title', | |
68 | 68 | ], |
69 | 69 | [ |
70 | 70 | 'label' => \Yii::t('order', 'Delivery'), |
71 | - 'attribute' => 'delivery.lang.title', | |
71 | + 'attribute' => 'delivery.title', | |
72 | 72 | ], |
73 | 73 | [ |
74 | 74 | 'label' => \Yii::t('order', 'Payment'), |
75 | - 'attribute' => 'payment.lang.title', | |
75 | + 'attribute' => 'payment.title', | |
76 | 76 | ], |
77 | 77 | [ |
78 | 78 | 'label' => \Yii::t('order', 'Products'), | ... | ... |