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:
Carlos Pacha
2011-08-26 12:13:46 -04:00
parent 45157ab2e1
commit b8670beaaf

View File

@@ -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;
}
}
?>
?>