<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
2010-06-09 17:52 keltez&eacute;ssel, Stephen Mack &iacute;rta:
<blockquote
 cite="mid:AANLkTikMgam0hWVVVW2kJIsLwrsTnF4ruxtCzak9ABEC@mail.gmail.com"
 type="cite">I am currently looking to see how to undelete quotes in
version 5.0.4. &nbsp;Any insights would be helpful. &nbsp;I found nothing in the
forums.
  <div><br clear="all">
-- Stephen Mack<br>
Gerente de Ventas y Marketing<br>
Escuela Fronteras | <a moz-do-not-send="true"
 href="http://www.eFronteras.com">www.eFronteras.com</a><br>
skype: eFronteras.Stephen<br>
Member of NAFSA &amp; AmCham<br>
Visit my blog at: <a moz-do-not-send="true"
 href="http://efronteras.com/ElPituto">http://efronteras.com/ElPituto</a><br>
Hear our students thoughts: <a moz-do-not-send="true"
 href="http://efronteras.com/audioblog">http://efronteras.com/audioblog</a><br>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Join vtiger community at <a class="moz-txt-link-freetext" href="http://forums.vtiger.com">http://forums.vtiger.com</a></pre>
</blockquote>
Hello Stephen,<br>
<br>
Try to set deleted = 0 in vtiger_crmentity table. This should solve
your problem.<br>
<br>
(UPDATE vtiger_crmentity SET deleted = 0 WHERE crmid =
&lt;your_quote_id&gt;)<br>
<br>
Best regards,<br>
&Aacute;kos P&aacute;lfi<br>
</body>
</html>