Final modifiers.

This commit is contained in:
James Cole
2017-02-19 09:07:14 +01:00
parent a27b686446
commit 711a1a1d4f
3 changed files with 84 additions and 7 deletions

View File

@@ -209,6 +209,7 @@ return [
],
'default_currency' => 'EUR',
'default_language' => 'en_US',
'search_modifiers' => ['amount_is', 'amount_less', 'amount_more', 'source', 'destination', 'category', 'budget', 'tag', 'bill', 'type', 'date_on',
'date_before', 'date_after', 'has_attachments', 'notes',],
'search_modifiers' => ['amount_is', 'amount_less', 'amount_more', 'source', 'destination', 'category', 'budget', 'bill', 'type', 'date',
'date_before', 'date_after'],
// tag notes has_attachments
];