[Vtigercrm-commits] [vtiger-commits] r9726 - /vtigercrm/branches/5.0.2/modules/Vendors/Vendors.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 13:00:12 EDT 2006
Author: richie
Date: Thu Oct 26 11:00:03 2006
New Revision: 9726
Log:
Added function save_module
Modified:
vtigercrm/branches/5.0.2/modules/Vendors/Vendors.php
Modified: vtigercrm/branches/5.0.2/modules/Vendors/Vendors.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Vendors/Vendors.php (original)
+++ vtigercrm/branches/5.0.2/modules/Vendors/Vendors.php Thu Oct 26 11:00:03 2006
@@ -65,6 +65,10 @@
$this->column_fields = getColumnFields('Vendors');
$this->log->debug("Exiting Vendor method ...");
}
+
+ function save_module($module)
+ {
+ }
/** function used to get the list of products which are related to the vendor
* @param int $id - vendor id
More information about the vtigercrm-commits
mailing list