Account search fixed.

This commit is contained in:
James Cole
2020-08-28 11:24:55 +02:00
parent 63794cab07
commit 093f34b7a8
26 changed files with 157 additions and 996 deletions

View File

@@ -49,19 +49,6 @@ class SetSourceAccount implements ActionInterface
$this->action = $action;
}
/**
* Set source account to X
*
* @param TransactionJournal $journal
* @return bool
* @deprecated
* @codeCoverageIgnore
*/
public function act(TransactionJournal $journal): bool
{
return false;
}
/**
* @param string $type
*