[Vtigercrm-commits] [vtiger development] #7034: Send reminder is not working in vtiger 5.2.1
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Mar 18 04:31:30 PDT 2011
#7034: Send reminder is not working in vtiger 5.2.1
------------------------+---------------------------------------------------
Reporter: pratim | Owner: asha
Type: patch | Status: assigned
Priority: major | Milestone: 5.3.0
Component: vtigercrm | Version: 5.2.1
Resolution: | Keywords:
------------------------+---------------------------------------------------
Changes (by asha):
* type: defect => patch
Comment:
Here is the fix for the issue:
In '''SendReminder.php''', just before the following line of code:
{{{
$app_strings = return_application_language($current_language);
}}}
Add the following line of code:
{{{
$current_language = 'en_us';
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7034#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list