]> git.stg.codes - stg.git/commitdiff
Ticket 37. The comma added after 'period = ?' in the checking if
authorElena Mamontova <helenh463@gmail.com>
Thu, 7 Jul 2016 14:24:37 +0000 (17:24 +0300)
committerElena Mamontova <helenh463@gmail.com>
Thu, 7 Jul 2016 14:24:37 +0000 (17:24 +0300)
(schemaVersion > 1) in the SaveTariff() function.

projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp

index f2d708797b442c8d09e59953968f62aa763f1e48..d86a1f7779402d923b6656d3ec2df0f6e3769f6f 100644 (file)
@@ -175,7 +175,7 @@ try
                     free = ?, \
                     passive_cost = ?, \
                     traff_type = ?, \
-                    period = ? \
+                    period = ?, \
                     change_policy = ? \
                     where pk_tariff = ?");
             st->Set(1, td.tariffConf.fee);