}
}
}
EditBus.send(new CompanyListChanged(null, "no parameters"));
EditBus.send(new CustomerListChanged(null, "no parameters"));
EditBus.send(new AccountTypeListChanged(null, "no parameters"));
if (isSolveAllConflicts && errorMess.length() != 0) {
new ErrorDialog(errorMess, false, null);
}
}//}}}