add reception collection basics
This commit is contained in:
@@ -199,7 +199,6 @@ class TransferSearch extends Transfer
|
||||
$totals['accounts'] = [];
|
||||
|
||||
foreach ($this->accounts as $account){
|
||||
// echo 'account="'. $this->id_account .'"<br>';
|
||||
if ( isset($this->id_account) && is_numeric($this->id_account) && $this->id_account != $account->id_account ){
|
||||
continue ;
|
||||
}
|
||||
@@ -227,7 +226,6 @@ class TransferSearch extends Transfer
|
||||
$command = $query->createCommand();
|
||||
$result = $command->queryAll();
|
||||
|
||||
// $paidAtTotals = $this->mkTotalsResult($result, $accountMap);
|
||||
$paidAtTotals = $this->mkTotalsResultWithAllAvailableAccount($result, $accountMap);
|
||||
|
||||
return $paidAtTotals;
|
||||
|
||||
Reference in New Issue
Block a user