From cff6d010f35b991a6f96943088cea9f78223e3a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 26 Dec 2011 14:24:16 +0100
Subject: [PATCH] Revert "Create excepted frames."

This reverts commit e1bd6f4715f818db9c3f7e54114d2ef5bdf7e4ac.
---
 product/ERP5/Document/SubscriptionItem.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/SubscriptionItem.py b/product/ERP5/Document/SubscriptionItem.py
index 0887fbf55e..4b9ffd8b25 100644
--- a/product/ERP5/Document/SubscriptionItem.py
+++ b/product/ERP5/Document/SubscriptionItem.py
@@ -305,7 +305,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin, Periodici
                                      price=price,
                                      price_currency=price_currency,
                                      start_date=current_date,
-                                     stop_date=(next_date-1).latestTime(),
+                                     stop_date=next_date,
                                      source=source,
                                      source_section=source_section,
                                      destination=destination,
-- 
2.30.9