Fixed removal of price config row

This commit is contained in:
Gunnar Skjold
2024-04-04 14:56:55 +02:00
parent e366f10632
commit 15c3b2067c
3 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ public:
std::vector<PriceConfig>& getPriceConfig();
void setPriceConfig(uint8_t index, PriceConfig &priceConfig);
void cropPriceConfig(uint8_t size);
PricePart getPricePart(uint8_t index);