[Vtigercrm-commits] [vtiger-commits] r9722 - /vtigercrm/branches/5.0.2/modules/PriceBooks/PriceBooks.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 12:37:50 EDT 2006


Author: richie
Date: Thu Oct 26 10:37:43 2006
New Revision: 9722

Log:
Added function save_module

Modified:
    vtigercrm/branches/5.0.2/modules/PriceBooks/PriceBooks.php

Modified: vtigercrm/branches/5.0.2/modules/PriceBooks/PriceBooks.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/PriceBooks/PriceBooks.php (original)
+++ vtigercrm/branches/5.0.2/modules/PriceBooks/PriceBooks.php Thu Oct 26 10:37:43 2006
@@ -58,6 +58,10 @@
 		$this->column_fields = getColumnFields('PriceBooks');
 		$this->log->debug("Exiting PriceBook method ...");
 	}
+
+	function save_module($module)
+	{
+	}	
 
 	/**	Function used to get the sort order for PriceBook listview
 	 *	@return string	$sorder	- first check the $_REQUEST['sorder'] if request value is empty then check in the $_SESSION['PRICEBOOK_SORT_ORDER'] if this session value is empty then default sort order will be returned. 





More information about the vtigercrm-commits mailing list