[Vtigercrm-commits] [vtiger development] #4752: Invoice Number editable in foreign languages
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Dec 24 06:49:49 EST 2007
#4752: Invoice Number editable in foreign languages
------------------------+---------------------------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.3
Keywords: |
------------------------+---------------------------------------------------
In the script Smarty/templates/DetailViewUI.tpl there is a line of code
which states:
{if $label eq 'Invoice No'}
to avoid AJAX edit on Invoice number. This does not work in foreign
languages due to the hard coded string. This code should be changed to:
{if $label eq $MOD.Invoice_No}
I haven't verified the code, I am just point in the right direction.
Joe
TSolucio
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4752>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list