Commit 0ee94672 authored by Jérome Perrin's avatar Jérome Perrin

*** empty log message ***


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3428 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0d5a123
...@@ -122,7 +122,6 @@ class InvoiceRule(Rule): ...@@ -122,7 +122,6 @@ class InvoiceRule(Rule):
#LOG('Create Cell', 0, str(new_id)) #LOG('Create Cell', 0, str(new_id))
applied_rule.newContent(id=new_id applied_rule.newContent(id=new_id
, portal_type = invoice_line_type , portal_type = invoice_line_type
, resource = c.price_currency
, delivery_value = c , delivery_value = c
, deliverable = 1 , deliverable = 1
) )
...@@ -135,7 +134,6 @@ class InvoiceRule(Rule): ...@@ -135,7 +134,6 @@ class InvoiceRule(Rule):
id = new_id id = new_id
, portal_type = invoice_line_type , portal_type = invoice_line_type
, delivery_value = invoice_line_object , delivery_value = invoice_line_object
, resource = c.price_currency
, deliverable = 1 , deliverable = 1
) )
#LOG('After Create Line', 0, str(new_id)) #LOG('After Create Line', 0, str(new_id))
......
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