ItEr43S09ImplantacionAplicacionItEr42S13: [Bug #232] Fixing bug.
Putting setOrder call where it's always called
This commit is contained in:
parent
7bbb1d827d
commit
e4629fd3fb
1 changed files with 2 additions and 1 deletions
|
|
@ -408,11 +408,12 @@ public class OrderCRUDController extends GenericForwardComposer {
|
|||
|
||||
public void goToEditForm(Order order) {
|
||||
planningControllerEntryPoints.goToOrderDetails(order);
|
||||
orderAuthorizationController.setOrder(order);
|
||||
}
|
||||
|
||||
public void initEdit(Order order) {
|
||||
orderModel.initEdit(order);
|
||||
addEditWindowIfNeeded();
|
||||
orderAuthorizationController.setOrder(order);
|
||||
showEditWindow(_("Edit order"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue