" . date("H:i") . " Uhr)
\\n\";\n" .
"}\n";
else:
$_cr_id_order_list_ =
"function updateCr_id_order_list(){\n" .
"}\n";
endif;
$_kundenname_ = "";
$what_is_this_split = split(" ", $what_is_this);
$phpCurrentNavigationOnLoad = "";
if (trim($what_is_this_split[0]) == "Auftragsänderung" || trim($what_is_this_split[0]) == "Auftragsänderung"):
$_kundenname_ = "" . $what_is_this . " $cmp_comp ($csc_name)" . "";
else:
$_kundenname_ = $what_is_this . " $cmp_comp ($csc_name)";
// dynamisches Ändern der Zentrale im Callcenter-Modus
// Selection of the current usertype from session-variable
$sqlquery = "SELECT usr_type FROM user"
. " WHERE usr_id = " . $usr_id;
$result = $db->query($sqlquery);
if (DB::isError($result)) die ("$PHP_SELF: " . $result->getMessage());
$userType = "";
while ($row = $result->fetch_assoc()):
$userType = $row["usr_type"];
endwhile;
$result->free();
$outHqSelection = "";
if ($hq_id != "") :
$empHqList = getParameterValue("0", "HEADQUARTERS_MULTIPLE_ACCESS_EMPLOYEES", "0");
if ($userType == "1" && $empHqList != "") :
$showMultipleHqSelection = isInParameterString($emp_id, $empHqList);
if ($showMultipleHqSelection) :
$tmpHqIdArray = getColVectorFromDB2ArrayByClause("headquarters", "hq_id", "", "", "hq_id", "");
$tmpHqIdArrayLen = count($tmpHqIdArray);
$outHqSelection .= "
\n";
// $outHqSelection .= " " . strtoupper(getFieldValueFromId("headquarters","hq_id",$hq_id,"hq_name")) . " : : " . strtoupper($what_is_this);
$outHqSelection .= $_kundenname_;
$outHqSelection .= "
\n";
$outHqSelection .= "";
for ($i = 0; $i < $tmpHqIdArrayLen; $i++) :
// $outHqSelection .= " ";
// $outHqSelection .= " ";
$outHqSelection .= " ";
endfor;
$outHqSelection .= "
";
$phpCurrentNavigationOnLoad = "myhide('currHqSelection'); myshow('currHqSelectionReduced');";
$_kundenname_ = $outHqSelection;
endif;
endif;
endif;
endif;
?>
AUFTRAGSERFASSUNG