]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp
Merge branch 'stg-2.409'
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store_tariffs.cpp
index a7b719edb3eb5847e9191da4bb8aba6def298712..138a9ed92a8a72a2c13086b168e0ccf286165b0e 100644 (file)
@@ -282,7 +282,6 @@ try
     st->Get(3, td->tariffConf.fee);
     st->Get(4, td->tariffConf.free);
     st->Get(5, td->tariffConf.passiveCost);
-    //st->Get(6, td->tariffConf.traffType);
     td->tariffConf.traffType = TARIFF::IntToTraffType(Get<int>(st, 6));
     if (schemaVersion > 0)
         td->tariffConf.period = TARIFF::StringToPeriod(Get<std::string>(st, 7));