diff --git a/portal/index.php b/portal/index.php index 16d411797..7608a73f6 100644 --- a/portal/index.php +++ b/portal/index.php @@ -369,7 +369,7 @@ function SelectRequestTemplate($oP, $oUserOrg, $iSvcId = null, $iSubSvcId = null )); if ($oSet->Count() == 0) { - RequestCreationForm($oP, $oUserOrg, $aParameters['service_id'], $aParameters['servicesubcategory_id']); + RequestCreationForm($oP, $oUserOrg, $aParameters['service_id'], $aParameters['servicesubcategory_id'], 0); return; } elseif ($oSet->Count() == 1)