Could repair #1389

This commit is contained in:
James Cole
2018-04-29 09:00:49 +02:00
parent 7eb5643204
commit 88348f59c2

View File

@@ -57,6 +57,7 @@ class LinkToBill implements ActionInterface
{
/** @var BillRepositoryInterface $repository */
$repository = app(BillRepositoryInterface::class);
$repository->setUser($this->action->rule->user);
$billName = (string)$this->action->action_value;
$bill = $repository->findByName($billName);