added warehouse company validation, if warehouse is added to company

This commit is contained in:
Rushabh Mehta
2013-03-25 15:21:24 +05:30
parent 256f29a580
commit c5570c6341
5 changed files with 35 additions and 3 deletions

View File

@@ -7,4 +7,10 @@ test_records = [
"abbr": "_TC",
"default_currency": "INR",
}],
[{
"doctype": "Company",
"company_name": "_Test Company 1",
"abbr": "_TC1",
"default_currency": "USD",
}],
]