BUG 000 Se borro una llave innecesaria en el ultimo cambio realizado
This commit is contained in:
@@ -86,7 +86,7 @@ $oHeadPublisher =& headPublisher::getSingleton();
|
|||||||
$oHeadPublisher->addScriptCode("
|
$oHeadPublisher->addScriptCode("
|
||||||
if (typeof parent != 'undefined') {
|
if (typeof parent != 'undefined') {
|
||||||
if (parent.showCaseNavigatorPanel) {
|
if (parent.showCaseNavigatorPanel) {
|
||||||
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}}');
|
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}');
|
||||||
}
|
}
|
||||||
}");
|
}");
|
||||||
$oHeadPublisher->addScriptCode('
|
$oHeadPublisher->addScriptCode('
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
$oHeadPublisher->addScriptCode("
|
$oHeadPublisher->addScriptCode("
|
||||||
if (typeof parent != 'undefined') {
|
if (typeof parent != 'undefined') {
|
||||||
if (parent.showCaseNavigatorPanel) {
|
if (parent.showCaseNavigatorPanel) {
|
||||||
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}}');
|
parent.showCaseNavigatorPanel('{$Fields['APP_STATUS']}');
|
||||||
}
|
}
|
||||||
}");
|
}");
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
$oHeadPublisher->addScriptCode("
|
$oHeadPublisher->addScriptCode("
|
||||||
if (typeof parent != 'undefined') {
|
if (typeof parent != 'undefined') {
|
||||||
if (parent.showCaseNavigatorPanel) {
|
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
|
// DEPRECATED this script call is marked for removal since almost all the interface is extJS based
|
||||||
|
|||||||
Reference in New Issue
Block a user