mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00: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,
|
"debit_to": self.debit_to,
|
||||||
"posting_date": today(),
|
"posting_date": today(),
|
||||||
"cost_center": self.cost_center,
|
"cost_center": self.cost_center,
|
||||||
|
"currency": "INR",
|
||||||
"conversion_rate": 1,
|
"conversion_rate": 1,
|
||||||
"selling_price_list": self.price_list,
|
"selling_price_list": self.price_list,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,9 @@ class TestGetItemDetail(IntegrationTestCase):
|
|||||||
args = frappe._dict(
|
args = frappe._dict(
|
||||||
{
|
{
|
||||||
"item_code": "_Test Item",
|
"item_code": "_Test Item",
|
||||||
"company": "_Test Company",
|
"company": "_Test Company 1",
|
||||||
"customer": "_Test Customer",
|
"customer": "_Test Customer",
|
||||||
|
"currency": "USD",
|
||||||
"conversion_rate": 1.0,
|
"conversion_rate": 1.0,
|
||||||
"price_list_currency": "USD",
|
"price_list_currency": "USD",
|
||||||
"plc_conversion_rate": 1.0,
|
"plc_conversion_rate": 1.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user