Commit 02c6c6734e4cd6193b0c19514672c3c2a0cd362f

Authored by Yarik
1 parent 306e64da

Bug fix

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
views/order/create.php
... ... @@ -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  
... ...