Load biz radiostation

This commit is contained in:
Vortrex
2021-12-03 10:20:38 -06:00
parent a333fec4fd
commit 8257789f8e

View File

@@ -583,6 +583,7 @@ class BusinessData {
this.till = toInteger(dbAssoc["biz_till"]);
this.labelHelpType = toInteger(dbAssoc["biz_label_help_type"]);
this.streamingRadioStation = toInteger(dbAssoc["biz_radiostation"]);
}
};
};