Skip to content

Commit

Permalink
fix: decorator and merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Jan 24, 2025
1 parent 1c10e4e commit 2f60f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,7 @@
],
"istable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-03-20 21:05:43.121945",
=======
"modified": "2025-01-23 16:09:01.058574",
>>>>>>> a71718883e (refactor: support JE posting date in semi-auto reconciilation tool)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Process Payment Reconciliation Log Allocations",
Expand All @@ -177,4 +173,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}
4 changes: 1 addition & 3 deletions erpnext/controllers/tests/test_accounts_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,9 +869,7 @@ def test_16_internal_transfer_at_arms_length_price(self):
self.assertEqual(pi.items[0].rate, arms_length_price)
self.assertEqual(pi.items[0].valuation_rate, 100)

@IntegrationTestCase.change_settings(
"Accounts Settings", {"exchange_gain_loss_posting_date": "Reconciliation Date"}
)
@change_settings("Accounts Settings", {"exchange_gain_loss_posting_date": "Reconciliation Date"})
def test_17_gain_loss_posting_date_for_normal_payment(self):
# Sales Invoice in Foreign Currency
rate = 80
Expand Down

0 comments on commit 2f60f23

Please sign in to comment.