Filters refactoring
* splits filters.py of compensation and ema app into separate files in new /filters module * optimizes entry search for multi keyword input
This commit is contained in:
@@ -5,7 +5,7 @@ Contact: michel.peltriaux@sgdnord.rlp.de
|
||||
Created on: 19.08.21
|
||||
|
||||
"""
|
||||
from compensation.filters import EcoAccountTableFilter
|
||||
from compensation.filters.eco_account import EcoAccountTableFilter
|
||||
|
||||
|
||||
class EmaTableFilter(EcoAccountTableFilter):
|
||||
|
||||
Reference in New Issue
Block a user