mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 20:46:38 +00:00
chore: fix conflicts
Removed merge conflict markers and cleaned up code.
This commit is contained in:
@@ -219,8 +219,6 @@ def create_reposting_entries(rows, company):
|
||||
if entries:
|
||||
entries = ", ".join(entries)
|
||||
frappe.msgprint(_("Reposting entries created: {0}").format(entries))
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
|
||||
def repost_based_on_transaction(rows, company=None, entries=None):
|
||||
@@ -264,4 +262,3 @@ def repost_based_on_transaction(rows, company=None, entries=None):
|
||||
entries.append(get_link_to_form("Repost Item Valuation", doc.name))
|
||||
except frappe.DuplicateEntryError:
|
||||
frappe.db.rollback(save_point="repost_based_on_transaction")
|
||||
>>>>>>> adae0bd732 (feat: weekly auto-repost of incorrect stock valuation entries (#56637))
|
||||
|
||||
Reference in New Issue
Block a user