add feature enable/disable reception door log

This commit is contained in:
2017-02-28 20:29:10 +01:00
parent f27528d4cb
commit 1ff1d03a07
13 changed files with 223 additions and 115 deletions

View File

@@ -103,11 +103,9 @@ class KeyController extends Controller
if ( isset( $model->keyCard ) ){
return $this->redirect(['product/sale', 'number' => $model->keyCard->number ]);
}
return $this->redirect(['customer/reception', 'number' => $number ]);
}