BUG 7375 En la version 2.0.32 RC4, en system falta la opcion @@PIN
This issue was fixed, The option was added.
This commit is contained in:
@@ -370,6 +370,8 @@ class XmlForm_Field_hours extends XmlForm_Field_SimpleText
|
||||
foreach ($aAux as $sName => $sValue) {
|
||||
$aFields[] = array('sName' => $sName, 'sType' => 'system', 'sLabel'=> 'System variable');
|
||||
}
|
||||
//we're adding the ping variable to the system list
|
||||
$aFields[] = array('sName' => 'PIN', 'sType' => 'system', 'sLabel' => 'System variable');
|
||||
}
|
||||
require_once 'classes/model/Dynaform.php';
|
||||
$oCriteria = new Criteria('workflow');
|
||||
@@ -462,4 +464,4 @@ class XmlForm_Field_CheckBoxTable extends XmlForm_Field_Checkbox
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user