From ccf7860f3890bf9734f68f79ba0e0ff59422267f Mon Sep 17 00:00:00 2001 From: gzbender Date: Sat, 15 Jun 2019 21:21:50 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B8=D1=81=D0=BE=D0=B2=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=BB=D0=B0=D0=B3=D0=B5=D1=80=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/payment/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/payment/models.py b/apps/payment/models.py index 5644eb7e..25aa9e79 100644 --- a/apps/payment/models.py +++ b/apps/payment/models.py @@ -136,7 +136,7 @@ class Payment(PolymorphicModel): if is_camp: if date_start < camp_start: date_start = camp_start - if date_start.month == 6 and date_start.day > 15: + if date_start.month == 6 and date_start.day > 16: date_start = date_start.replace(month=7, day=1) elif school_end < date_start < school_start: date_start = school_start