Merge pull request #1808 from luisfernandosl/BUG-11435

BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
This commit is contained in:
julceslauhub
2013-06-13 11:37:30 -07:00
4 changed files with 15 additions and 19 deletions

View File

@@ -220,7 +220,7 @@ try {
$oHeadPublisher = & headPublisher::getSingleton();
if(!isset($_SESSION["PM_RUN_OUTSIDE_MAIN_APP"])) {
if (!isset($_SESSION["PM_RUN_OUTSIDE_MAIN_APP"])) {
$oHeadPublisher->addScriptCode( "
if (typeof parent != 'undefined') {
if (parent.setNode) {
@@ -1000,7 +1000,7 @@ try {
$oHeadPublisher = & headPublisher::getSingleton();
$oHeadPublisher->addScriptFile( "/jscore/cases/core/cases_Step.js" );
if(!isset($_SESSION["PM_RUN_OUTSIDE_MAIN_APP"])) {
if (!isset($_SESSION["PM_RUN_OUTSIDE_MAIN_APP"])) {
$oHeadPublisher->addScriptCode( "
if (typeof parent != 'undefined') {
if (parent.showCaseNavigatorPanel) {