mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
added warehouse company validation, if warehouse is added to company
This commit is contained in:
@@ -7,4 +7,10 @@ test_records = [
|
||||
"abbr": "_TC",
|
||||
"default_currency": "INR",
|
||||
}],
|
||||
[{
|
||||
"doctype": "Company",
|
||||
"company_name": "_Test Company 1",
|
||||
"abbr": "_TC1",
|
||||
"default_currency": "USD",
|
||||
}],
|
||||
]
|
||||
Reference in New Issue
Block a user