Fix - Al generar PDF con una sola línea

This commit is contained in:
Mauricio Baeza 2018-01-31 01:42:51 -06:00
parent f3a5aa4c06
commit 47b56bab90
1 changed files with 3 additions and 0 deletions

View File

@ -811,6 +811,9 @@ class LIBO(object):
col5.append((float(valor_unitario),))
col6.append((float(importe),))
if not count:
return
col = cell_1.getCellAddress().Column
target1 = self._sheet.getCellRangeByPosition(col, row+1, col, row+count)
col = cell_2.getCellAddress().Column