Subversion Repositories SmartDukaan

Rev

Rev 33741 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33741 Rev 33742
Line 111... Line 111...
111
            partATable.addCell(getCell(partAModel.getHsnCode(), customFont));
111
            partATable.addCell(getCell(partAModel.getHsnCode(), customFont));
112
 
112
 
113
            partATable.addCell(getCell("Reason for Transportation:", customBoldFont));
113
            partATable.addCell(getCell("Reason for Transportation:", customBoldFont));
114
            partATable.addCell(getCell(partAModel.getReasonForTransportation(), customFont));
114
            partATable.addCell(getCell(partAModel.getReasonForTransportation(), customFont));
115
 
115
 
-
 
116
            if(partAModel.getTransporter() != null ){
-
 
117
                partATable.addCell(getCell("Transporter", customBoldFont));
-
 
118
                partATable.addCell(getCell(partAModel.getTransporter(), customFont));
-
 
119
 
-
 
120
            }
-
 
121
 
116
            document.add(partATable);
122
            document.add(partATable);
117
 
123
 
118
            document.add(new Paragraph(" ", customFont)); // Empty space
124
            document.add(new Paragraph(" ", customFont)); // Empty space
119
 
125
 
120
            // Part B
126
            // Part B