Changeset 2fda393 in ecoalba


Ignore:
Timestamp:
Jul 10, 2014, 10:31:53 AM (10 years ago)
Author:
Alejandro <amujica@…>
Branches:
master
Children:
22ec838
Parents:
7231aff
Message:

corregidos errores reportados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/complementariedad/views.py

    r5c7bc00 r2fda393  
    189189            filas = dictfetchall(cursor)
    190190
     191            if len(filas) == 0:
     192                return result
     193
    191194            for fila in filas:
    192195                dicc['codigo'] = fila['codigo']
     
    475478
    476479            filas = dictfetchall(cursor)
     480
     481            if len(filas) == 0:
     482                return result
    477483
    478484            for fila in filas:
Note: See TracChangeset for help on using the changeset viewer.