Update datamodel.itop-request-mgmt.xml

This commit is contained in:
jf-cbd
2025-11-14 10:11:45 +01:00
committed by GitHub
parent fa8ecb956e
commit 41a90b5033

View File

@@ -1342,7 +1342,7 @@
if ($iSvcSubcat != 0) if ($iSvcSubcat != 0)
{ {
$oSvcSubcat = MetaModel::GetObject(ServiceSubcategory::class, $iSvcSubcat, true, true); $oSvcSubcat = MetaModel::GetObject(ServiceSubcategory::class, $iSvcSubcat, true, true);
$this->Set('request_type', $oSvcSubcat->Get('request_type'); $this->Set('request_type', $oSvcSubcat->Get('request_type'));
} }
} }