Modificacion a los features case note, web entry y cases list

This commit is contained in:
Wendy Nestor
2014-10-24 14:14:38 -04:00
parent 214bbeee8c
commit 9290b5e5d5
3 changed files with 5 additions and 5 deletions

View File

@@ -396,7 +396,7 @@ class WebEntry
$template->assign("dynaformUid", $dynaFormUid);
$template->assign("taskUid", $taskUid);
$template->assign("wsUser", $usrUsername);
$template->assign("wsPass", Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsPass", \Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsRoundRobin", $wsRoundRobin);
if ($webEntryInputDocumentAccess == 0) {