Add waste
This commit is contained in:
@@ -293,7 +293,9 @@ class ContractController extends Controller {
|
||||
|
||||
|
||||
$model = new ContractForm ( [
|
||||
'customer' => $customer
|
||||
'customer' => $customer ,
|
||||
'idUser' => \Yii::$app->user->id,
|
||||
'idAccount' => Account::readDefault ()
|
||||
] );
|
||||
|
||||
$model->started_at = date(date('Y.m.d'));
|
||||
|
||||
Reference in New Issue
Block a user