Final #1920 update

This commit is contained in:
Ross Scroggs
2026-06-09 21:23:16 -07:00
parent 9590916750
commit c6b23d4ce6
2 changed files with 5 additions and 0 deletions

View File

@@ -48467,6 +48467,9 @@ def doPrintUsers(entityList=None):
lic = buildGAPIObject(API.LICENSING)
if skus is None:
skus = SKU.getAllSKUs() if not GM.Globals[GM.LICENSE_SKUS] else GM.Globals[GM.LICENSE_SKUS]
if ((disabledAfterTime is not None or disabledBeforeTime is not None) and
isArchived is None and isDisabled is None and isSuspended is None):
isDisabled = True
if entityList is None:
sortRows = False
if orgUnitPath is not None and fieldsList: