From 74cda2831f1625db16b3d1c9929ef08461acb03c Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 4 Jun 2014 13:37:58 +0000 Subject: [PATCH] Portal + templates: Bug fix = when the user selects a template, then go back to select a service for which no template applies, he still gets the tempate fields in the final form. SVN:trunk[3193] --- portal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)