[Vtigercrm-commits] [vtiger-commits] r5815 - /vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 05:22:38 EDT 2006
Author: saraj
Date: Wed May 10 03:22:34 2006
New Revision: 5815
Log:
* Removed the hidden value for contact_id because the same potential id has been assigned to the hidden values for potential and contact ids.
Modified:
vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl
Modified: vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl Wed May 10 03:22:34 2006
@@ -40,7 +40,6 @@
{$HIDDEN_PARENTS_LIST}
{elseif $MODULE eq 'Potentials'}
<input type="hidden" name="potential_id" value="{$id}">
- <input type="hidden" name="contact_id" value="{$id}">
{elseif $MODULE eq 'Quotes'}
<input type="hidden" name="quoteid" value="{$id}">
{elseif $MODULE eq 'SalesOrder'}
More information about the vtigercrm-commits
mailing list