<%-- File : cust_info.html Description : Displays the customer info when looking at a help desk call. --%> <%include user_include_header.html%>

<%if error%>
<%error%>

<%elseif msg%>
<%msg%>

<%endif%>
<%lang_tag('WORD_MODIFY')%> <%Call%> <%lang_tag('WORD_CUSTOMER')%> <%lang_tag('WORD_INFO')%> <%Call%> <%lang_tag('WORD_HISTORY')%>
<%if error%> <%else%> <%if cus_website%> <%endif%> <%if cus_assignto%> <%endif%> <%if cus_company_name%> <%endif%> <%if cus_address%> <%endif%> <%if cus_city%> <%endif%> <%if cus_state%> <%endif%> <%if cus_zip%> <%endif%> <%if cus_country%> <%endif%> <%if cus_phone%> <%endif%> <%if cus_cell_phone%> <%endif%> <%if cus_business_phone%> <%endif%> <%if cus_pager%> <%endif%> <%if cus_fax%> <%endif%> <%if cus_ICQ%> <%endif%> <%if cus_account_info%> <%endif%> <%if cus_category%> <%endif%> <%endif%>

 

  <%lang_tag('WORD_CUSTOMER')%> <%lang_tag('WORD_INFORMATION')%>

 

<%error%>

 

<%lang_tag('WORD_USERNAME')%>:   <%if cus_username%><%cus_username%><%endif%>
<%lang_tag('WORD_NAME')%>:   <%if cus_first_name%><%cus_first_name%><%endif%> <%if cus_last_name%><%cus_last_name%><%endif%>   <%lang_tag('WORD_VIEW')%> <%lang_tag('WORD_PREVIOUS')%> <%calls%>
  <%lang_tag('WORD_EMAILADD')%>:   <%if cus_email%><%cus_email%><%endif%>
  <%lang_tag('WORD_WEB')%>:   <%cus_website%>
<%lang_tag('WORD_NORMALLY')%> <%lang_tag('WORD_SERVICED')%>:   <%cus_assignto%>
 
<%lang_tag('WORD_COMPANY')%> <%lang_tag('WORD_NAME')%>:   <%cus_company_name%>
  <%lang_tag('WORD_ADDRESS')%>:   <%cus_address%>
<%lang_tag('WORD_CITY')%>:   <%cus_city%>
<%lang_tag('WORD_STATE')%>:   <%cus_state%>
<%lang_tag('WORD_ZIP')%>:   <%cus_zip%>
<%lang_tag('WORD_COUNTRY')%>:   <%cus_country%>
 
  <%lang_tag('WORD_PHONE')%>:   <%cus_phone%>
  <%lang_tag('WORD_CELL')%>:   <%cus_cell_phone%>
<%lang_tag('WORD_BUSINESS')%>:   <%cus_business_phone%>
  <%lang_tag('WORD_PAGER')%>:   <%cus_pager%>
  <%lang_tag('WORD_FAX')%>:   <%cus_fax%>
<%lang_tag('WORD_ICQ')%>:   <%cus_ICQ%>
<%lang_tag('WORD_EXTRA')%>:   <%cus_account_info%>
<%lang_tag('WORD_CATEGORY')%>:   <%cus_category%>

<%unless error%>

<%endif%> <%include user_include_footer.html%>