mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
fix: decorator and merge conflicts
This commit is contained in:
@@ -163,11 +163,7 @@
|
|||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
<<<<<<< HEAD
|
|
||||||
"modified": "2023-03-20 21:05:43.121945",
|
|
||||||
=======
|
|
||||||
"modified": "2025-01-23 16:09:01.058574",
|
"modified": "2025-01-23 16:09:01.058574",
|
||||||
>>>>>>> a71718883e (refactor: support JE posting date in semi-auto reconciilation tool)
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Process Payment Reconciliation Log Allocations",
|
"name": "Process Payment Reconciliation Log Allocations",
|
||||||
@@ -177,4 +173,4 @@
|
|||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": [],
|
"states": [],
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -869,9 +869,7 @@ class TestAccountsController(FrappeTestCase):
|
|||||||
self.assertEqual(pi.items[0].rate, arms_length_price)
|
self.assertEqual(pi.items[0].rate, arms_length_price)
|
||||||
self.assertEqual(pi.items[0].valuation_rate, 100)
|
self.assertEqual(pi.items[0].valuation_rate, 100)
|
||||||
|
|
||||||
@IntegrationTestCase.change_settings(
|
@change_settings("Accounts Settings", {"exchange_gain_loss_posting_date": "Reconciliation Date"})
|
||||||
"Accounts Settings", {"exchange_gain_loss_posting_date": "Reconciliation Date"}
|
|
||||||
)
|
|
||||||
def test_17_gain_loss_posting_date_for_normal_payment(self):
|
def test_17_gain_loss_posting_date_for_normal_payment(self):
|
||||||
# Sales Invoice in Foreign Currency
|
# Sales Invoice in Foreign Currency
|
||||||
rate = 80
|
rate = 80
|
||||||
|
|||||||
Reference in New Issue
Block a user