WiP
This commit is contained in:
parent
303f08e9ee
commit
97c2180dcc
|
@ -198,7 +198,7 @@ class License {
|
|||
),
|
||||
Module(
|
||||
key: LicenseKeys.property.value,
|
||||
display: ModuleStatus.inactive.key,
|
||||
display: isNewVersionWithModule ? ModuleStatus.active.key : ModuleStatus.inactive.key,
|
||||
expirationDate: '',
|
||||
startDate: '',
|
||||
quantity: 0,
|
||||
|
@ -212,7 +212,7 @@ class License {
|
|||
),
|
||||
Module(
|
||||
key: LicenseKeys.petsHistory.value,
|
||||
display: isNewVersionWithModule ? ModuleStatus.inactive.key : ModuleStatus.inactive.key,
|
||||
display: await _processWithoutModule(LicenseKeys.pets),
|
||||
expirationDate: '',
|
||||
startDate: '',
|
||||
quantity: 0,
|
||||
|
|
Loading…
Reference in New Issue