Subversion Repositories SmartDukaan

Rev

Rev 6759 | Rev 6777 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6759 Rev 6760
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
                    }