Yarik
/
artbox-order
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
02c6c6734e4cd6193b0c19514672c3c2a0cd362f
Authored by
Yarik
2017-05-17 12:50:05 +0300
1 parent
306e64da
Bug fix
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
views/order/create.php
Inline
Side-by-side
views/order/create.php
Wrap text
Show/Hide comments
View file @
02c6c67
...
...
@@ -31,7 +31,10 @@
31
31
<?= $this->render(
32
32
'_form',
33
33
[
34
- 'model' => $model,
34
+ 'model' => $model,
35
+ 'labels' => $labels,
36
+ 'payments' => $payments,
37
+ 'deliveries' => $deliveries,
35
38
]
36
39
) ?>
37
40
...
...