Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

ServiceCategory label translation table contain wrong value for Water Service #320

Open
dfcoffin opened this issue Jan 18, 2020 · 0 comments
Labels

Comments

@dfcoffin
Copy link
Contributor

    static {
        labels.put(ELECTRICITY_SERVICE, "ELECTRICITY_SERVICE");
        labels.put(GAS_SERVICE, "GAS_SERVICE");
        labels.put(WATER_SERVICE, "GAS_SERVICE");
        labels.put(TIME_SERVICE, "TIME_SERVICE");
        labels.put(HEAT_SERVICE, "HEAT_SERVICE");
        labels.put(REFUSE_WASTER_SERVICE, "REFUSE_WASTER_SERVICE");
        labels.put(SEWERAGE_SERVICE, "SEWERAGE_SERVICE");
        labels.put(RATES_SERVICE, "RATES_SERVICE");
        labels.put(TV_LICENSE_SERVICE, "TV_LICENSE_SERVICE");
        labels.put(INTERNET_SERVICE, "INTERNET_SERVICE");
    }

Label for Water Service should be "WATER_SERVICE" not "GAS_SERVICE"

@dfcoffin dfcoffin added the bug label Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant