Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #37422 All Revisions ] Back to Issue ]
Summary 0037422: Reset Accounting finishes with error if it is launched for an org with "Organization" type and the type name has been changed
Revision 2017-11-30 10:28 by ngarcia
Description Reset Accounting finishes with error if it is launched for an org with "Organization" type and the type name has been changed. Delete accounting entries option should be selected.

The problem is in the following piece of code of ResetAccounting.delete function:

Set<String> orgIds = StringUtils.equals(org.getOrganizationType().getName(), "Organization") ? getLegalOrBusinessOrgsChilds(client, adOrgId) : new OrganizationStructureProvider().getChildTree(adOrgId, true);
Revision 2017-11-30 10:27 by ngarcia
Description Reset Accounting finishes with error if it is launched for an org with "Organization" type and the type name has been changed. Delete accounting entries option should be selected


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker