mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Enabled localized strings (not only enums, but other types... to be defined)
SVN:trunk[359]
This commit is contained in:
@@ -307,7 +307,7 @@ EOF;
|
||||
else
|
||||
{
|
||||
$sValue = ""; //$this->Get($sAttCode);
|
||||
$sDisplayValue = ""; //$this->GetDisplayValue($sAttCode);
|
||||
$sDisplayValue = ""; //$this->GetEditValue($sAttCode);
|
||||
$sSubId = $sId.'_'.$index;
|
||||
$aAttrsMap[$sAttCode] = $sSubId;
|
||||
$index++;
|
||||
|
||||
Reference in New Issue
Block a user