fix: Test related errors

This commit is contained in:
Deepesh Garg
2023-06-22 11:41:43 +05:30
parent b64ebc6fcc
commit 3aead05f42
4 changed files with 22 additions and 18 deletions

View File

@@ -500,7 +500,7 @@ def check_if_advance_entry_modified(args):
q = (
frappe.qb.from_(journal_entry)
.innerjoin(journal_acc)
.inner_join(journal_acc)
.on(journal_entry.name == journal_acc.parent)
)