From: Elena Mamontova Date: Thu, 7 Jul 2016 14:24:37 +0000 (+0300) Subject: Ticket 37. The comma added after 'period = ?' in the checking if X-Git-Tag: 2.409~148 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/809dd9f068cd9d60c8f454dcb6571425c9a0fb84 Ticket 37. The comma added after 'period = ?' in the checking if (schemaVersion > 1) in the SaveTariff() function. --- 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);