Commit c5256749 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Your Name

builder: Add possibility to specify from date for test purpose

parent c4ad4f0a
......@@ -295,7 +295,8 @@ class BuilderMixin(XMLObject, Amount, Predicate):
**kw):
from Products.ERP5Type.Document import newTempMovement
portal = self.getPortalObject()
from_date = DateTime().earliestTime()
if not from_date:
from_date = DateTime().earliestTime()
# Initiate Conditions taken from Yusei T. Original Script
# XXX to be cleaned
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment