Commit 0c552d82 authored by Jondy Zhao's avatar Jondy Zhao Committed by Marco Mariani

Remove duplicate parameter 'resource_value'

parent 580ab267
......@@ -744,7 +744,6 @@ class SlapTool(BaseTool):
start_date=DateTime(year, month, 1),
)
spl.newContent( portal_type='Sale Packing List Line',
resource_value=sequence.get('resource'),
delivery_date=report_date,
resource_value=computer_id,
quantity=usage_amount)
......
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