Skip to content

Commit

Permalink
[FIX] bug 1062119
Browse files Browse the repository at this point in the history
bzr revid: api@openerp.com-20121107134404-pmpq2q691fmpt1ie
  • Loading branch information
Arnaud Pineux committed Nov 7, 2012
2 parents a50f46c + 7439016 commit 8740c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sale/wizard/sale_make_invoice_advance.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def _prepare_advance_invoice_vals(self, cr, uid, ids, context=None):
# create the invoice
inv_line_values = {
'name': res.get('name'),
'origin': sale.name,
'account_id': res['account_id'],
'price_unit': inv_amount,
'quantity': wizard.qtty or 1.0,
Expand Down

0 comments on commit 8740c33

Please sign in to comment.