From ea74c5721a673a98638112d0c2213bc4bae0dc29 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 ef61e1e..4d7c0b8 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,