Commit 189a4f64 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

builder: Add possibility to specify from date for test purpose

parent 80b589c3
......@@ -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