[Vtigercrm-commits] [vtiger-commits] r11001 - in /vtigercrm/branches/5.0.3/modules: PurchaseOrder/CallRelatedList.php SalesOrder/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 23 17:00:44 EDT 2007
Author: richie
Date: Wed May 23 15:00:36 2007
New Revision: 11001
Log:
Invoices Information - Change to Invoice Information--Allen .Fixes #3869modules/Invoice/CallRelatedList.php
Modified:
vtigercrm/branches/5.0.3/modules/PurchaseOrder/CallRelatedList.php
vtigercrm/branches/5.0.3/modules/SalesOrder/CallRelatedList.php
Modified: vtigercrm/branches/5.0.3/modules/PurchaseOrder/CallRelatedList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/PurchaseOrder/CallRelatedList.php (original)
+++ vtigercrm/branches/5.0.3/modules/PurchaseOrder/CallRelatedList.php Wed May 23 15:00:36 2007
@@ -51,7 +51,7 @@
}
$smarty->assign("ID",$focus->id);
$smarty->assign("MODULE",$currentmodule);
-$smarty->assign("SINGLE_MOD",$app_strings['PurchaseOrder']);
+$smarty->assign("SINGLE_MOD",$mod_strings['PurchaseOrder']);
$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->assign("MOD",$mod_strings);
$smarty->assign("APP",$app_strings);
Modified: vtigercrm/branches/5.0.3/modules/SalesOrder/CallRelatedList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/SalesOrder/CallRelatedList.php (original)
+++ vtigercrm/branches/5.0.3/modules/SalesOrder/CallRelatedList.php Wed May 23 15:00:36 2007
@@ -51,7 +51,7 @@
$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->assign("ID",$focus->id);
$smarty->assign("MODULE",$currentmodule);
-$smarty->assign("SINGLE_MOD",$app_strings['SalesOrder']);
+$smarty->assign("SINGLE_MOD",$mod_strings['SalesOrder']);
$smarty->assign("MOD",$mod_strings);
$smarty->assign("APP",$app_strings);
$smarty->assign("THEME", $theme);
More information about the vtigercrm-commits
mailing list