[Vtigercrm-commits] [vtiger-commits] r3953 - /vtigercrm/trunk/modules/Products/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Feb 27 09:22:13 EST 2006


Author: saraj
Date: Mon Feb 27 07:22:03 2006
New Revision: 3953

Log:
Added one ADV Infn Block in Editview

Modified:
    vtigercrm/trunk/modules/Products/EditView.php

Modified: vtigercrm/trunk/modules/Products/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Products/EditView.php (original)
+++ vtigercrm/trunk/modules/Products/EditView.php Mon Feb 27 07:22:03 2006
@@ -84,6 +84,7 @@
 else	
 {
 	$smarty->assign("BASBLOCKS",getBlocks("Products",$disp_view,$mode,$focus->column_fields,'BAS'));
+	$smarty->assign("ADVBLOCKS",getBlocks("Products",$disp_view,$mode,$focus->column_fields,'ADV'))
 }
 $smarty->assign("OP_MODE",$disp_view);
 





More information about the vtigercrm-commits mailing list