Subversion Repositories SmartDukaan

Rev

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

Rev 3411 Rev 3422
Line 16... Line 16...
16
            </colgroup>
16
            </colgroup>
17
            <tbody >
17
            <tbody >
18
                #if($ticket.isSetCustomerId())
18
                #if($ticket.isSetCustomerId())
19
                #set($customerEmailId = $action.getUser($ticket.getCustomerId()).getEmail())
19
                #set($customerEmailId = $action.getUser($ticket.getCustomerId()).getEmail())
20
                #else
20
                #else
21
                #set($customerEmailId = $ticket.getCustomerEmailId())                
21
                #set($customerEmailId = $ticket.getCustomerEmailId())
22
                #end
22
                #end
23
                <tr >
23
                <tr >
24
                    <td ><span >Reply to:</span></td>
24
                    <td ><span >Reply to:</span></td>
25
                    <td >$customerEmailId</td>
25
                    <td >$customerEmailId</td>
26
                </tr>
26
                </tr>