Remove pdb.set_trace() in scenario.

This commit is contained in:
Albert Cervera i Areny 2020-07-02 23:51:49 +02:00
parent d1eac681ff
commit f2a49fd4a0
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ invoice, selecting the invoice and the payment::
>>> statement_line6, statement_line7 = statement5.lines
>>> st_move_line = statement_line6.lines.new()
>>> st_move_line.invoice = customer_invoice2
>>> import pdb;pdb.set_trace()
>>> st_move_line.payment == payment2
True
>>> st_move_line.amount