Fix chart problem

This commit is contained in:
James Cole 2020-04-10 21:16:29 +02:00
parent 1cb91282af
commit f920d90e3d
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -138,6 +138,7 @@ class TransactionController extends Controller
$collector->setTypes([TransactionType::DEPOSIT]);
break;
case 'transfers':
case 'transfer':
$collector->setTypes([TransactionType::TRANSFER]);
break;
}