mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
unobfuscate get_date method name
This commit is contained in:
@@ -812,7 +812,8 @@ class QueryDatePredicate(GnuCashCoreClass):
|
||||
pass
|
||||
|
||||
QueryDatePredicate.add_constructor_and_methods_with_prefix(
|
||||
'qof_query_', 'date_predicate')
|
||||
'qof_query_', 'date_predicate', exclude=["qof_query_date_predicate_get_date"])
|
||||
QueryDatePredicate.add_method('qof_query_date_predicate_get_date', 'get_date')
|
||||
|
||||
class QueryGuidPredicate(GnuCashCoreClass):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user