mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 00:06:22 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -238,11 +238,6 @@ def new_bank_transaction(transaction):
|
||||
deposit = abs(amount)
|
||||
withdrawal = 0.0
|
||||
|
||||
<<<<<<< HEAD
|
||||
status = "Pending" if transaction["pending"] == "True" else "Settled"
|
||||
|
||||
=======
|
||||
>>>>>>> 46ea868559 (fix(plaid): Do not sync pending transactions)
|
||||
tags = []
|
||||
try:
|
||||
tags += transaction["category"]
|
||||
|
||||
Reference in New Issue
Block a user