mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-18 17:08:42 +00:00
test(Item): test_item_defaults
This commit is contained in:
@@ -2,5 +2,16 @@
|
||||
{
|
||||
"brand": "_Test Brand",
|
||||
"doctype": "Brand"
|
||||
},
|
||||
{
|
||||
"brand": "_Test Brand With Item Defaults",
|
||||
"doctype": "Brand",
|
||||
"brand_defaults": [{
|
||||
"company": "_Test Company",
|
||||
"expense_account": "_Test Account Cost for Goods Sold - _TC",
|
||||
"income_account": "_Test Account Sales - _TC",
|
||||
"buying_cost_center": "_Test Cost Center - _TC",
|
||||
"selling_cost_center": "_Test Cost Center - _TC"
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user