Commit 24664209 authored by Alexandre Boeglin's avatar Alexandre Boeglin

mistake in last commit.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2211 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f97525de
......@@ -140,7 +140,7 @@ class InvoiceRule(Rule):
# Source, Destination, Quantity, Date, etc. are
# acquired from the invoice and need not to be copied.
except AttributeError:
#LOG('ERP5: WARNING', 0, 'AttributeError during expand on invoice line %s'
LOG('ERP5: WARNING', 0, 'AttributeError during expand on invoice line %s'
% invoice_line_object.absolute_url())
# Now we can set the last expand simulation state to the current state
......
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