Test record fixed for warehouse

This commit is contained in:
nabinhait 2014-07-29 17:47:02 +05:30
parent c1f65dd863
commit 0ad677045a
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ def make_gl_entries(gl_map, cancel=False, adv_adj=False, merge_entries=True,
if gl_map:
if not cancel:
gl_map = process_gl_map(gl_map, merge_entries)
save_entries(gl_map, adv_adj, update_outstanding)
if gl_map:
save_entries(gl_map, adv_adj, update_outstanding)
else:
delete_gl_entries(gl_map, adv_adj=adv_adj, update_outstanding=update_outstanding)

View File

@ -13,7 +13,7 @@
},
{
"company": "_Test Company 1",
"create_account_under": "Stock Assets - _TC",
"create_account_under": "Stock Assets - _TC1",
"doctype": "Warehouse",
"warehouse_name": "_Test Warehouse 2"
},