ItEr47S08RFNavegacionOrganizacionTraballoItEr46S09 : Fixes a bug in the loading of the advances of the current order on demand.

This commit is contained in:
Susana Montes Pedreira 2010-02-12 08:54:12 +01:00 committed by Javier Moran Rua
parent 664d7a8f63
commit cd4a3d0564

View file

@ -431,7 +431,8 @@ public class OrderCRUDController extends GenericForwardComposer {
private boolean save() {
if (!manageOrderElementAdvancesController.save()) {
if ((manageOrderElementAdvancesController != null)
&& (!manageOrderElementAdvancesController.save())) {
selectTab("tabAdvances");
}
if (!assignedCriterionRequirementController.close()) {