WiP
This commit is contained in:
parent
303f08e9ee
commit
97c2180dcc
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue