| Line 445... |
Line 445... |
| 445 |
|
445 |
|
| 446 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_VENDORID, vendorId + "");
|
446 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_VENDORID, vendorId + "");
|
| 447 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_VENDOR_DESC, Utils.getVendorDesc(vendorId));
|
447 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_VENDOR_DESC, Utils.getVendorDesc(vendorId));
|
| 448 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_MOP, mop + "");
|
448 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_MOP, mop + "");
|
| 449 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_DP, dp + "");
|
449 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_DP, dp + "");
|
| - |
|
450 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_TP, tp + "");
|
| 450 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_NLC, nlc + "");
|
451 |
tableVendorPrices.setText(row, TABLE_INDEX_PRICING_NLC, nlc + "");
|
| 451 |
|
452 |
|
| 452 |
tableVendorPrices.getCellFormatter().setVisible(row, TABLE_INDEX_PRICING_VENDORID, false);
|
453 |
tableVendorPrices.getCellFormatter().setVisible(row, TABLE_INDEX_PRICING_VENDORID, false);
|
| 453 |
return true;
|
454 |
return true;
|
| 454 |
}
|
455 |
}
|