Subversion Repositories SmartDukaan

Rev

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

Rev 12913 Rev 14072
Line 31... Line 31...
31
                    <th >Phone</th>
31
                    <th >Phone</th>
32
                    <th >Fax</th>
32
                    <th >Fax</th>
33
                    <th >Tin</th>
33
                    <th >Tin</th>
34
                    <th >Pan</th>
34
                    <th >Pan</th>
35
					<th >State</th>
35
					<th >State</th>
-
 
36
					<th >PO Validity Days Limit</th>
36
                    <th >Head</th>
37
                    <th >Head</th>
37
                    <th >Head email</th>
38
                    <th >Head email</th>
38
                    <th >Contact Person</th>
39
                    <th >Contact Person</th>
39
                    <th >Contact email</th>
40
                    <th >Contact email</th>
40
                    <th >Contact phone</th>
41
                    <th >Contact phone</th>
Line 73... Line 74...
73
					#elseif($supplier.getStateId() == 6)
74
					#elseif($supplier.getStateId() == 6)
74
						<td >Gujrat</td>
75
						<td >Gujrat</td>
75
					#else
76
					#else
76
                        <td></td>
77
                        <td></td>
77
					#end
78
					#end
-
 
79
                        <td >$supplier.getPoValidityLimit()</td>
78
                        <td >$supplier.getHeadName()</td>
80
                        <td >$supplier.getHeadName()</td>
79
                        <td >$supplier.getHeadEmail()</td>
81
                        <td >$supplier.getHeadEmail()</td>
80
                        <td >$supplier.getContactName()</td>
82
                        <td >$supplier.getContactName()</td>
81
                        <td >$supplier.getContactEmail()</td>
83
                        <td >$supplier.getContactEmail()</td>
82
                        <td >$supplier.getContactPhone()</td>
84
                        <td >$supplier.getContactPhone()</td>