summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 80ebafd9..8aaefa72 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3171,6 +3171,9 @@
case CONDITION_TYPE_DVALUE:
$rowCondition[] = new CTextBox('new_condition[value]', "", 40);
break;
+ case CONDITION_TYPE_APPLICATION:
+ $rowCondition[] = new CTextBox('new_condition[value]', "", 40);
+ break;
}
$tblCond->AddRow($rowCondition);