BUG 7162 Adjustment adding default value for Case Scheduler schema.

This commit is contained in:
Hector Cortez
2011-07-04 16:50:57 -04:00
parent 1ff483f45e
commit 80728423c4
4 changed files with 28 additions and 25 deletions

View File

@@ -82,7 +82,10 @@ try {
$sMonths = '';
$sStartDay = '';
$nSW = 0;
$aData['SCH_START_DAY'] = '';
$aData['SCH_REPEAT_EVERY'] = '';
$aData['SCH_REPEAT_UNTIL'] = '';
$aData['SCH_DAYS_PERFORM_TASK'] = '';
switch($sOption){
case '1' : // Option 1
$sValue = $_POST['form']['SCH_DAYS_PERFORM_TASK'];