Js tests added for write off difference amount

This commit is contained in:
Nabin Hait
2017-08-17 14:05:57 +05:30
parent 6c3618be37
commit ded8d11728
4 changed files with 82 additions and 3 deletions

View File

@@ -205,6 +205,18 @@ $.extend(frappe.test_data, {
{title: "Test Term 2"}
]
},
"Item Price": {
"ITEM-PRICE-00001": [
{item_code: 'Test Product 1'},
{price_list: '_Test Price List'},
{price_list_rate: 100}
],
"ITEM-PRICE-00002": [
{item_code: 'Test Product 2'},
{price_list: '_Test Price List'},
{price_list_rate: 200}
]
}
});