[buying controller] [fix] fixed message for company warehouse mismatch validation

This commit is contained in:
Anand Doshi
2013-05-02 18:10:19 +05:30
parent cd772daf1d
commit eb41ffd24e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ test_records = [
[{
"doctype": "Price List",
"price_list_name": "_Test Price List",
"currency": "INR"
"currency": "INR",
"valid_for_all_countries": 1
}]
]