BUG 000 Se borro una llave innecesaria en el ultimo cambio realizado

This commit is contained in:
Julio Cesar Laura
2012-04-17 12:14:34 -04:00
parent 8811f605ae
commit a663188f84
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ $oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addScriptCode("
if (typeof parent != 'undefined') {
if (parent.showCaseNavigatorPanel) {
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}}');
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}');
}
}");
$oHeadPublisher->addScriptCode('

View File

@@ -87,7 +87,7 @@
$oHeadPublisher->addScriptCode("
if (typeof parent != 'undefined') {
if (parent.showCaseNavigatorPanel) {
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}}');
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}');
}
}");

View File

@@ -67,7 +67,7 @@
$oHeadPublisher->addScriptCode("
if (typeof parent != 'undefined') {
if (parent.showCaseNavigatorPanel) {
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}}');
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}');
}
}");
// DEPRECATED this script call is marked for removal since almost all the interface is extJS based