From 809dd9f068cd9d60c8f454dcb6571425c9a0fb84 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 7 Jul 2016 17:24:37 +0300 Subject: [PATCH] Ticket 37. The comma added after 'period = ?' in the checking if (schemaVersion > 1) in the SaveTariff() function. --- .../stargazer/plugins/store/firebird/firebird_store_tariffs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp b/projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp index f2d70879..d86a1f77 100644 --- a/projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp +++ b/projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp @@ -175,7 +175,7 @@ try free = ?, \ passive_cost = ?, \ traff_type = ?, \ - period = ? \ + period = ?, \ change_policy = ? \ where pk_tariff = ?"); st->Set(1, td.tariffConf.fee); -- 2.43.2