mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-28 20:22:01 +01:00
fix: rename rule eval relative_delta to relativedelta to match real function
This commit is contained in:
@@ -40,7 +40,7 @@ def check_for_transaction_rules(
|
||||
"reference_date": instance.reference_date,
|
||||
}
|
||||
|
||||
functions = {"relative_delta": relativedelta}
|
||||
functions = {"relativedelta": relativedelta}
|
||||
|
||||
simple = EvalWithCompoundTypes(names=context, functions=functions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user