This commit is contained in:
J. A. Messias 2024-12-04 13:56:20 -03:00
parent 303f08e9ee
commit 97c2180dcc
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ class License {
), ),
Module( Module(
key: LicenseKeys.property.value, key: LicenseKeys.property.value,
display: ModuleStatus.inactive.key, display: isNewVersionWithModule ? ModuleStatus.active.key : ModuleStatus.inactive.key,
expirationDate: '', expirationDate: '',
startDate: '', startDate: '',
quantity: 0, quantity: 0,
@ -212,7 +212,7 @@ class License {
), ),
Module( Module(
key: LicenseKeys.petsHistory.value, key: LicenseKeys.petsHistory.value,
display: isNewVersionWithModule ? ModuleStatus.inactive.key : ModuleStatus.inactive.key, display: await _processWithoutModule(LicenseKeys.pets),
expirationDate: '', expirationDate: '',
startDate: '', startDate: '',
quantity: 0, quantity: 0,