Skip to content
Snippets Groups Projects
Commit c79d6ac1 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Use singleton for TableHandler

issue11301
review366861002
parent d65cd780
No related branches found
No related tags found
1 merge request!114Return an empty list when the treeview has no selection
......@@ -64,7 +64,7 @@
@classmethod
def __register__(cls, module_name):
cursor = Transaction().connection.cursor()
table = backend.TableHandler(cls, module_name)
table = cls.__table_handler__(module_name)
sql_table = cls.__table__()
journal_account = Table('account_journal_account')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment