ItEr47S08RFNavegacionOrganizacionTraballoItEr46S09 : Fixes a bug in the loading of the advances of the current order on demand.
This commit is contained in:
parent
664d7a8f63
commit
cd4a3d0564
1 changed files with 2 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue