Call prepareEditWindow instead of addEditWindowIfNecessary
This is the same that it's done when creating a order and editing a order. FEA: ItEr64OTS03PlanificacionHaciaAtras
This commit is contained in:
parent
f9871259ec
commit
1d8ef13533
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ public class OrderCRUDController extends GenericForwardComposer {
|
|||
showOrderElementFilter();
|
||||
showCreateButtons(false);
|
||||
orderModel.prepareCreationFrom(template);
|
||||
addEditWindowIfNecessary();
|
||||
prepareEditWindow();
|
||||
showEditWindow(_("Create order from Template"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue