Subversion Repositories SmartDukaan

Rev

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

Rev 8712 Rev 8713
Line 142... Line 142...
142
                Element.ALIGN_LEFT);
142
                Element.ALIGN_LEFT);
143
        salutationTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
143
        salutationTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
144
        salutationTable.addCell(new Phrase("To", helvetica8));
144
        salutationTable.addCell(new Phrase("To", helvetica8));
145
        if(supplier.getName().equals("Smobility Ltd.")) {
145
        if(supplier.getName().equals("Smobility Ltd.")) {
146
        	salutationTable.addCell(new Phrase("Spice Retail Ltd.", helvetica8));
146
        	salutationTable.addCell(new Phrase("Spice Retail Ltd.", helvetica8));
-
 
147
        } else if(supplier.getName().equals("Smobility Ltd. - Mumbai")) {
-
 
148
        	salutationTable.addCell(new Phrase("Spice Retail Ltd. Mumbai", helvetica8));
147
        } else {
149
        } else {
148
        	salutationTable.addCell(new Phrase(supplier
150
        	salutationTable.addCell(new Phrase(supplier
149
                    .getName(), helvetica8));
151
                    .getName(), helvetica8));
150
        }
152
        }
151
        
153