ItEr43S09ImplantacionAplicacionItEr42S13: Using CutyPrint method for printing an order.
This commit is contained in:
parent
1878ab81e4
commit
a7e42f098a
1 changed files with 2 additions and 2 deletions
|
|
@ -236,11 +236,11 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
|
|||
}
|
||||
|
||||
private void addPrintSupport(
|
||||
PlannerConfiguration<TaskElement> configuration, Order order) {
|
||||
PlannerConfiguration<TaskElement> configuration, final Order order) {
|
||||
configuration.setPrintAction(new IPrintAction() {
|
||||
@Override
|
||||
public void doPrint() {
|
||||
CutyPrint.print();
|
||||
CutyPrint.print(order);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue