Finished Adding Assigning Licenses to Device or Users under software

This commit is contained in:
johnnyq
2022-02-18 17:58:11 -05:00
parent 2fe1100128
commit e00d4f693f
5 changed files with 216 additions and 6 deletions

View File

@@ -887,4 +887,9 @@ $software_types_array = array(
'Other'
);
$license_types_array = array(
'Device',
'User'
);
?>