mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
Js tests added for write off difference amount
This commit is contained in:
@@ -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}
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user