Fix tests.

This commit is contained in:
Juanjo Garcia 2019-11-18 16:27:17 +01:00
parent 5316174c54
commit e858fdf88d

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()