Merge branch 'develop'

Fix - Al generar PDF de una línea
Fix - Al mostrar buscar alumno
This commit is contained in:
Mauricio Baeza 2018-01-31 01:47:19 -06:00
commit 13d82f1df8
2 changed files with 4 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

View File

@ -173,6 +173,7 @@ function default_config(){
if(values.cfdi_edu){
$$('grid_details').showColumn('student')
}
show('fs_students', values.cfdi_edu)
})
}