Skip to content
Snippets Groups Projects
Commit 69bfc5e1 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] sale_crm: typo introduced during rev. 1a10a110

parent 1a10a110
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class sale_order_line_make_invoice(osv.osv_memory):
_inherit = "sale.order.line.make.invoice"
def _prepare_invoice(self, cr, uid, order, lines, context=None):
result = super(sale_order_line_make_invoice, self)._prepare_invoice(cr, uid, order, lines, context=None)
result = super(sale_order_line_make_invoice, self)._prepare_invoice(cr, uid, order, lines, context=context)
if order.section_id:
result['section_id'] = order.section_id.id
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment