Working on journal related
This commit is contained in:
@@ -74,8 +74,7 @@ def load_journal_obj(
|
||||
# Updated 2021-06-18
|
||||
if inc_journal_entry_list:
|
||||
if journal_entry_rec_list_result := get_journal_entry_rec_list(
|
||||
for_obj_type = 'journal',
|
||||
for_obj_id = journal_id,
|
||||
journal_id = journal_id,
|
||||
limit = limit,
|
||||
enabled = enabled,
|
||||
):
|
||||
@@ -89,8 +88,6 @@ def load_journal_obj(
|
||||
exclude_unset = exclude_unset,
|
||||
model_as_dict = model_as_dict,
|
||||
enabled = enabled,
|
||||
inc_person = inc_person,
|
||||
inc_user = inc_user,
|
||||
)
|
||||
)
|
||||
journal_obj.journal_entry_list = journal_entry_result_list
|
||||
|
||||
Reference in New Issue
Block a user