Add property reception show stock.
This commit is contained in:
@@ -285,6 +285,7 @@ class ContractController extends Controller {
|
||||
'id' => $contract->id_contract
|
||||
] );
|
||||
}
|
||||
|
||||
public function actionMake($id) {
|
||||
$customer = Customer::findOne ( $id );
|
||||
|
||||
@@ -301,7 +302,6 @@ class ContractController extends Controller {
|
||||
|
||||
$model->started_at = date(date('Y.m.d'));
|
||||
|
||||
|
||||
$model->fillOut ();
|
||||
|
||||
if ($model->load ( Yii::$app->request->post () ) && $model->validate ()) {
|
||||
|
||||
Reference in New Issue
Block a user