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

Check that movement is in correct invoice.

parent eead94e8
......@@ -567,6 +567,8 @@ class TestSlapOSSaleInvoiceTransactionBuilder(TestSlapOSSalePackingListBuilder):
self.assertEqual(invoice_1.getRelativeUrl(),
transaction_line_1_rec.getParentValue().getRelativeUrl())
self.assertEqual(invoice_1.getRelativeUrl(),
transaction_line_1_rec_bis.getParentValue().getRelativeUrl())
self.assertEqual(invoice_1.getRelativeUrl(),
transaction_line_1_sal.getParentValue().getRelativeUrl())
self.assertEqual(invoice_2.getRelativeUrl(),
......
123
\ No newline at end of file
124
\ No newline at end of file
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