Fix make PDF

This commit is contained in:
Mauricio Baeza 2020-03-08 15:26:44 -06:00
parent 4fcd7e18c0
commit 8a293110ab
1 changed files with 1 additions and 1 deletions

View File

@ -1336,7 +1336,7 @@ class LIBO(object):
self._ine(data['ine'])
self._divisas(data.get('divisas', {}))
self._leyendas(data['leyendas'])
self._leyendas(data.get('leyendas', ''))
self._cancelado(data['cancelada'])
self._clean()