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