Commit 1d9b7f67 authored by Jean-Paul Smets's avatar Jean-Paul Smets

fixed error in Production Report report generation (if condition was merged twice)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@445 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ca8ca7d
......@@ -526,8 +526,6 @@ class SimulationTool (Folder, UniqueObject):
# Production Path
#LOG("Builder",0, "Strange Path %s " % path_group.source)
#LOG("Builder",0, "Strange Path %s " % path_group.destination)
if path_group.source is None or path_group.destination is None:
delivery_module = self.rapport_fabrication
delivery_type = 'Production Report'
delivery_line_type = 'Production Report Line'
......
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