mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-18 00:48:42 +00:00
fix: make currency exchange truly idempotent against any pre-existing state
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2564,7 +2564,7 @@ class BootStrapTestData:
|
||||
"for_selling": 1,
|
||||
},
|
||||
]
|
||||
self.make_records(["from_currency", "to_currency", "date"], records)
|
||||
self.make_records(["from_currency", "to_currency", "date", "for_buying", "for_selling"], records)
|
||||
|
||||
def make_operation(self):
|
||||
records = [
|
||||
|
||||
Reference in New Issue
Block a user