[fixes] for testcases

This commit is contained in:
Nabin Hait
2013-07-09 11:36:00 +05:30
parent 44c1447b60
commit 253de859b4
6 changed files with 12 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class DocType(BuyingController):
},
"Supplier Quotation Item": {
"ref_dn_field": "supplier_quotation_item",
"compare_fields": [["export_rate", "="], ["project_name", "="], ["item_code", "="],
"compare_fields": [["import_rate", "="], ["project_name", "="], ["item_code", "="],
["uom", "="]],
"is_child_table": True
}