From 37f6c6ed7de984741de6b762e3cd8c2c85448407 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 1 Mar 2016 14:29:35 +0000 Subject: [PATCH] #1210 Dependant field not reset (servicesubcategory not reset when service is reset) SVN:trunk[3936] --- application/wizardhelper.class.inc.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/application/wizardhelper.class.inc.php b/application/wizardhelper.class.inc.php index 0751c5b29..94f8a6571 100644 --- a/application/wizardhelper.class.inc.php +++ b/application/wizardhelper.class.inc.php @@ -1,5 +1,5 @@ m_aData['m_sClass'], $sAttCode); if (($oAttDef->IsLinkSet()) && ($value != '') ) @@ -284,4 +284,3 @@ class WizardHelper return $oSet; } } -?>