From 48e203d39b2107ee47b1f4350239c4d5ad46d160 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 8 Aug 2024 14:30:20 +0200 Subject: [PATCH] Fix: tarif max_price --- etc/psa_tariff/tariff01.json | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/psa_tariff/tariff01.json b/etc/psa_tariff/tariff01.json index 54c4cef..432d868 100644 --- a/etc/psa_tariff/tariff01.json +++ b/etc/psa_tariff/tariff01.json @@ -51,6 +51,7 @@ "pop_price_night": 0, "pop_min_time": 1, "pop_max_time": 10080, + "pop_max_price": 4900, "pop_min_price": 700, "pop_carry_over": 1, "pop_carry_over_time_range_id": 1,