| Line 437... |
Line 437... |
| 437 |
reshipOrder.setEnabled(reship);
|
437 |
reshipOrder.setEnabled(reship);
|
| 438 |
refundOrder.setEnabled(refund);
|
438 |
refundOrder.setEnabled(refund);
|
| 439 |
}
|
439 |
}
|
| 440 |
|
440 |
|
| 441 |
private void loadOrderDetails(){
|
441 |
private void loadOrderDetails(){
|
| - |
|
442 |
orderDetails1.add(getHorizontalPanel("FREE ITEM: ", transaction.getDealText()));
|
| 442 |
orderDetails1.add(getHorizontalPanel("PRODUCT GROUP: ", transaction.getProductGroup()));
|
443 |
orderDetails1.add(getHorizontalPanel("PRODUCT GROUP: ", transaction.getProductGroup()));
|
| 443 |
orderDetails1.add(getHorizontalPanel("BRAND: ", transaction.getBrand()));
|
444 |
orderDetails1.add(getHorizontalPanel("BRAND: ", transaction.getBrand()));
|
| 444 |
orderDetails1.add(getHorizontalPanel("MODEL: ", getModelDisplayName(transaction)));
|
445 |
orderDetails1.add(getHorizontalPanel("MODEL: ", getModelDisplayName(transaction)));
|
| 445 |
orderDetails1.add(getHorizontalPanel("Item ID: ", transaction.getItemId()+""));
|
446 |
orderDetails1.add(getHorizontalPanel("Item ID: ", transaction.getItemId()+""));
|
| 446 |
orderDetails1.add(getHorizontalPanel("FREE ITEM: ", transaction.getDealText()));
|
- |
|
| 447 |
|
447 |
|
| 448 |
orderDetails1.add(getHorizontalPanel("DELAY REASON: ", transaction.getDelayReason()));
|
448 |
orderDetails1.add(getHorizontalPanel("DELAY REASON: ", transaction.getDelayReason()));
|
| 449 |
orderDetails1.add(getHorizontalPanel("ALERT: ", transaction.getAlert().toString()));
|
449 |
orderDetails1.add(getHorizontalPanel("ALERT: ", transaction.getAlert().toString()));
|
| 450 |
|
450 |
|
| 451 |
orderDetails2.add(getHorizontalPanel("NAME: ", transaction.getCustomerName()));
|
451 |
orderDetails2.add(getHorizontalPanel("NAME: ", transaction.getCustomerName()));
|
| 452 |
orderDetails2.add(getHorizontalPanel("ADDRESS: ", getDisplayAddress(transaction)));
|
452 |
orderDetails2.add(getHorizontalPanel("ADDRESS: ", getDisplayAddress(transaction)));
|