From 8f44ee359a70eed73529365fd6ed6e7508efa337 Mon Sep 17 00:00:00 2001 From: apache Date: Mon, 19 Dec 2016 18:50:44 +0300 Subject: [PATCH] new period for license price --- project/customer/consts.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/project/customer/consts.py b/project/customer/consts.py index 650503b..49f1364 100644 --- a/project/customer/consts.py +++ b/project/customer/consts.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- IP_PROFILE = 1 ORG_PROFILE = 2 @@ -25,7 +25,8 @@ PAYFORMS = ( ) TERMS = ( - (1, u'1 месяц'), - (6, u'6 месяцев'), - (12, u'12 месяцев'), + (1, u'1 месяц'), + (6, u'6 месяцев'), + (12, u'12 месяцев'), + (24, u'24 месяца'), )