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

@@ -1521,6 +1521,7 @@ void AmsWebServer::handleSave() {
ps->setPriceConfig(i, pc);
}
ps->cropPriceConfig(count);
ps->save();
} else {
if(debugger->isActive(RemoteDebug::WARNING)) debugger->printf_P(PSTR("Price service missing...\n"));