From 1d86aae69cf0561169826c013a512bc57017a99e Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 29 May 2014 22:08:25 +0300 Subject: [PATCH] Fixed credit. --- projects/sgconf/users.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/sgconf/users.cpp b/projects/sgconf/users.cpp index 9331d651..e9be65a6 100644 --- a/projects/sgconf/users.cpp +++ b/projects/sgconf/users.cpp @@ -321,6 +321,7 @@ SGCONF::MaybeSet(options, "name", conf.realName); SGCONF::MaybeSet(options, "corp", conf.corp); SGCONF::MaybeSet(options, "services", conf.services, ConvServices); SGCONF::MaybeSet(options, "group", conf.group); +SGCONF::MaybeSet(options, "credit", conf.credit); SGCONF::MaybeSet(options, "next-tariff", conf.nextTariff); SGCONF::MaybeSet(options, "user-data", conf.userdata, ConvStringList); SGCONF::MaybeSet(options, "credit-expire", conf.creditExpire, ConvCreditExpire); @@ -356,6 +357,7 @@ SGCONF::MaybeSet(options, "name", conf.realName); SGCONF::MaybeSet(options, "corp", conf.corp); SGCONF::MaybeSet(options, "services", conf.services, ConvServices); SGCONF::MaybeSet(options, "group", conf.group); +SGCONF::MaybeSet(options, "credit", conf.credit); SGCONF::MaybeSet(options, "next-tariff", conf.nextTariff); SGCONF::MaybeSet(options, "user-data", conf.userdata, ConvStringList); SGCONF::MaybeSet(options, "credit-expire", conf.creditExpire, ConvCreditExpire); -- 2.43.2