/**
  * Get DocumentNo
  *
  * @return document no
  */
 public String getDocumentNo() {
   MProject p = m_issue.getParent();
   if (p != null) return p.getValue() + " #" + m_issue.getLine();
   return "(" + m_issue.get_ID() + ")";
 } //	getDocumentNo