add transaction/summary, fix transaction/index, add reception product typeahead
This commit is contained in:
@@ -114,8 +114,9 @@ class TransferSearch extends Transfer
|
||||
|
||||
$accounts = Account::read();
|
||||
$accountMap = ArrayHelper::map( $accounts ,'id_account','name' );
|
||||
$idUser = Yii::$app->user->id;
|
||||
$idUser = $this->id_user;
|
||||
|
||||
|
||||
$this->totals = Transfer::mkTotals($this->timestampStart, $this->timestampEnd, $idUser, $this->types, $this->id_account, $accounts, $accountMap);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user