[Vtigercrm-commits] [vtiger-commits] r10621 - /vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 11:14:44 EDT 2007
Author: saraj
Date: Tue Apr 10 09:14:39 2007
New Revision: 10621
Log:
fix for Product Name as Related To. Fixes #3497 --minnie
Modified:
vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php Tue Apr 10 09:14:39 2007
@@ -956,6 +956,12 @@
$account_selected = "selected";
}
+ else
+ {
+ $parent_name = "";
+ $value = "";
+ }
+
}
$editview_label[] = array($app_strings['COMBO_CONTACTS'],
$app_strings['COMBO_ACCOUNTS']
More information about the vtigercrm-commits
mailing list