fix: test case for work order (#42723)

This commit is contained in:
rohitwaghchaure
2024-08-12 17:45:29 +05:30
committed by GitHub
parent 0a4db47c69
commit 4abdb28a1a

View File

@@ -634,7 +634,6 @@ class update_entries_after:
def get_sle_against_current_voucher(self):
self.args["posting_datetime"] = get_combine_datetime(self.args.posting_date, self.args.posting_time)
self.args["updated_creation_time"] = add_to_date(self.args.creation, seconds=-2)
return frappe.db.sql(
"""
@@ -649,7 +648,6 @@ class update_entries_after:
and (
posting_datetime = %(posting_datetime)s
)
and creation >= %(updated_creation_time)s
order by
creation ASC
for update