[Vtigercrm-commits] [vtiger-commits] r7421 - /vtigercrm/trunk/modules/Settings/CurrencyEditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 22 01:45:16 EDT 2006


Author: saraj
Date: Wed Jun 21 23:45:12 2006
New Revision: 7421

Log:
Updated the currency editview file - ahmed

Modified:
    vtigercrm/trunk/modules/Settings/CurrencyEditView.php

Modified: vtigercrm/trunk/modules/Settings/CurrencyEditView.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CurrencyEditView.php (original)
+++ vtigercrm/trunk/modules/Settings/CurrencyEditView.php Wed Jun 21 23:45:12 2006
@@ -52,6 +52,6 @@
 if(isset($_REQUEST['detailview']) && $_REQUEST['detailview'] != '')
 	$smarty->display('CurrencyDetailView.tpl');
 else
-	$smarty->display("CurrencyEditViewN.tpl");
+	$smarty->display("CurrencyEditView.tpl");
 
 ?>





More information about the vtigercrm-commits mailing list