add webcam to customer create/update
This commit is contained in:
@@ -20,7 +20,7 @@ $card = $customer->card;
|
||||
<div class="customer-create">
|
||||
|
||||
<?php echo ReceptionWidget::widget( ['form' => $receptionForm, 'route' => ['customer/create'] ] )?>
|
||||
|
||||
<?php echo $this->render('_camera',['model' => $model]); ?>
|
||||
<h1><?= Html::encode($this->title) ?></h1>
|
||||
|
||||
<?= $this->render('_form_create', [
|
||||
|
||||
Reference in New Issue
Block a user