Commit adeddc37 by Juan

psql pruebas

1 parent 0fc3e308
......@@ -34,8 +34,8 @@ class Reporte():
def __encabesado__(self):
n = 0
for celda in self.Encabesado:
celda = Reporte.COLUMNA[n] + "1"
self.Hoja1.write(celda, str(celda))
c = Reporte.COLUMNA[n] + "1"
self.Hoja1.write(c, str(celda))
n = n + 1
def ArmarLibro(self, estado="1"):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!