Subversion Repositories SmartDukaan

Rev

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

Rev 4361 Rev 4550
Line 243... Line 243...
243
        logoTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_RIGHT);
243
        logoTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_RIGHT);
244
        logoTable.getDefaultCell().setVerticalAlignment(Element.ALIGN_BOTTOM);
244
        logoTable.getDefaultCell().setVerticalAlignment(Element.ALIGN_BOTTOM);
245
        logoTable.addCell(getLogoCell());
245
        logoTable.addCell(getLogoCell());
246
        if(order.isCod())
246
        if(order.isCod())
247
            logoTable.addCell(new Phrase("COD   ", helvetica28));
247
            logoTable.addCell(new Phrase("COD   ", helvetica28));
248
        
248
        else
-
 
249
        	logoTable.addCell(new Phrase("   ", helvetica28));
249
        PdfPCell titleCell = getTitleCell();
250
        PdfPCell titleCell = getTitleCell();
250
        PdfPTable customerTable = getCustomerAddressTable(order, destCode, false, helvetica12);
251
        PdfPTable customerTable = getCustomerAddressTable(order, destCode, false, helvetica12);
251
        PdfPTable providerInfoTable = getProviderTable(order, provider, barCodeFont);
252
        PdfPTable providerInfoTable = getProviderTable(order, provider, barCodeFont);
252
        
253
        
253
        PdfPTable dispatchTable = new PdfPTable(new float[]{0.5f, 0.1f, 0.4f});
254
        PdfPTable dispatchTable = new PdfPTable(new float[]{0.5f, 0.1f, 0.4f});