| Line 295... |
Line 295... |
| 295 |
LineItem lineItem = o.getLineitems().get(0);
|
295 |
LineItem lineItem = o.getLineitems().get(0);
|
| 296 |
row.createCell(i++).setCellValue((lineItem.getBrand() + " " + getValidName(lineItem.getModel_name()) + " "
|
296 |
row.createCell(i++).setCellValue((lineItem.getBrand() + " " + getValidName(lineItem.getModel_name()) + " "
|
| 297 |
+ getValidName(lineItem.getModel_number()).replaceAll(" ", " ")));
|
297 |
+ getValidName(lineItem.getModel_number()).replaceAll(" ", " ")));
|
| 298 |
row.createCell(i++).setCellValue(lineItem.getColor());
|
298 |
row.createCell(i++).setCellValue(lineItem.getColor());
|
| 299 |
row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
|
299 |
row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
|
| 300 |
row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
|
- |
|
| 301 |
if (!isFofo.containsKey(o.getCustomer_id())) {
|
300 |
if (!isFofo.containsKey(o.getCustomer_id())) {
|
| 302 |
try {
|
301 |
try {
|
| 303 |
uc = new UserClient().getClient();
|
302 |
uc = new UserClient().getClient();
|
| 304 |
isFofo.put(o.getCustomer_id(), uc.getPrivateDealUser(o.getCustomer_id()).getIsFofo() == 1);
|
303 |
isFofo.put(o.getCustomer_id(), uc.getPrivateDealUser(o.getCustomer_id()).getIsFofo() == 1);
|
| 305 |
} catch (Exception e) {
|
304 |
} catch (Exception e) {
|