Fix tests.

This commit is contained in:
Juanjo Garcia 2019-11-18 16:27:17 +01:00
parent 2087fe0a7b
commit 58d3b86396
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ Configure contract::
>>> contract_config = ContractConfig(1)
>>> contract_config.journal, = Journal.find([('type', '=', 'revenue')])
>>> contract_config.payment_term = payment_term
>>> contract_config.save()