Commit bdf90724 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28676 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a65cd428
...@@ -2684,7 +2684,7 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase): ...@@ -2684,7 +2684,7 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
then split and defer, and check everything is solved then split and defer, and check everything is solved
""" """
if not quiet: if not quiet:
self.logMessage('Invoice Decrease Qantity') self.logMessage('Invoice Decrease Quantity')
sequence = self.PACKING_LIST_DEFAULT_SEQUENCE + \ sequence = self.PACKING_LIST_DEFAULT_SEQUENCE + \
""" """
stepSetReadyPackingList stepSetReadyPackingList
......
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