mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
test: added the currency key and fixed company
This commit is contained in:
@@ -49,6 +49,7 @@ class TestReactivity(AccountsTestMixin, IntegrationTestCase):
|
||||
"debit_to": self.debit_to,
|
||||
"posting_date": today(),
|
||||
"cost_center": self.cost_center,
|
||||
"currency": "INR",
|
||||
"conversion_rate": 1,
|
||||
"selling_price_list": self.price_list,
|
||||
}
|
||||
|
||||
@@ -11,8 +11,9 @@ class TestGetItemDetail(IntegrationTestCase):
|
||||
args = frappe._dict(
|
||||
{
|
||||
"item_code": "_Test Item",
|
||||
"company": "_Test Company",
|
||||
"company": "_Test Company 1",
|
||||
"customer": "_Test Customer",
|
||||
"currency": "USD",
|
||||
"conversion_rate": 1.0,
|
||||
"price_list_currency": "USD",
|
||||
"plc_conversion_rate": 1.0,
|
||||
|
||||
Reference in New Issue
Block a user