[Vtigercrm-commits] [vtiger-commits] r11002 - /vtigercrm/branches/5.0.3/modules/Invoice/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 23 17:01:15 EDT 2007


Author: richie
Date: Wed May 23 15:01:08 2007
New Revision: 11002

Log:
Invoices Information - Change to Invoice Information--Allen .Fixes #3869

Modified:
    vtigercrm/branches/5.0.3/modules/Invoice/CallRelatedList.php

Modified: vtigercrm/branches/5.0.3/modules/Invoice/CallRelatedList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Invoice/CallRelatedList.php (original)
+++ vtigercrm/branches/5.0.3/modules/Invoice/CallRelatedList.php Wed May 23 15:01:08 2007
@@ -55,7 +55,7 @@
 
 $smarty->assign("ID",$focus->id);
 $smarty->assign("MODULE",$currentmodule);
-$smarty->assign("SINGLE_MOD",$app_strings['Invoice']);
+$smarty->assign("SINGLE_MOD",$mod_strings['Invoice']);
 $smarty->assign("UPDATEINFO",updateInfo($focus->id));
 $smarty->assign("MOD",$mod_strings);
 $smarty->assign("APP",$app_strings);





More information about the vtigercrm-commits mailing list