[Vtigercrm-commits] [vtiger-commits] r4616 - /vtigercrm/trunk/modules/SalesOrder/SalesOrder.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 02:05:14 EST 2006


Author: saraj
Date: Wed Mar 29 00:05:09 2006
New Revision: 4616

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/SalesOrder/SalesOrder.php

Modified: vtigercrm/trunk/modules/SalesOrder/SalesOrder.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/SalesOrder.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/SalesOrder.php Wed Mar 29 00:05:09 2006
@@ -114,15 +114,6 @@
 		$this->log =LoggerManager::getLogger('SalesOrder');
 		$this->db = new PearDatabase();
 		$this->column_fields = getColumnFields('SalesOrder');
-	}
-
-
-/** Function to get summary text
- *  This function returns name property(ie.,summary text) of the SalesOrder class.
-*/
-	function get_summary_text()
-	{
-		return $this->name;
 	}
 
 /** Function to get activities associated with the id





More information about the vtigercrm-commits mailing list