mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
refactor: remove explicit commit on repost
(cherry picked from commit a97b3db749)
This commit is contained in:
@@ -170,8 +170,6 @@ def start_repost(account_repost_doc=str) -> None:
|
|||||||
doc.make_gl_entries(1)
|
doc.make_gl_entries(1)
|
||||||
doc.make_gl_entries()
|
doc.make_gl_entries()
|
||||||
|
|
||||||
frappe.db.commit()
|
|
||||||
|
|
||||||
|
|
||||||
def get_allowed_types_from_settings():
|
def get_allowed_types_from_settings():
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user