[Vtigercrm-commits] [vtiger-commits] r4628 - /vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 02:26:02 EST 2006
Author: saraj
Date: Wed Mar 29 00:25:56 2006
New Revision: 4628
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php Wed Mar 29 00:25:56 2006
@@ -110,14 +110,6 @@
$this->column_fields = getColumnFields('PurchaseOrder');
}
-/** Function to get summary text
- * This function returns name property(ie.,summary text) of the Order class.
-*/
- function get_summary_text()
- {
- return $this->name;
- }
-
/** Function to get activities associated with the id
* This function accepts the id as arguments and execute the MySQL query using the id
* and sends the query and the id as arguments to renderRelatedActivities() method
More information about the vtigercrm-commits
mailing list