Skip to content

Commit

Permalink
Agregado jurisdiccion a los atributos de los juzgados
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-vignau committed Jun 21, 2018
1 parent 788fdee commit 514c88c
Show file tree
Hide file tree
Showing 71 changed files with 1,737 additions and 26,213 deletions.
13 changes: 11 additions & 2 deletions controllers/other_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "(C) 2016 María Andrea Vignau. GNU GPL 3."


@auth.requires_membership('admin')

def juzgados():
grid = SQLFORM.grid(db.juzgado,
user_signature=False,
Expand Down Expand Up @@ -32,8 +32,17 @@ def instancias():
exportclasses=myexport)
return locals()


@auth.requires_membership('admin')
def jurisdicciones():
grid = SQLFORM.grid(db.jurisdiccion,
maxtextlength=50,
advanced_search=False,
orderby=db.jurisdiccion.descripcion,
exportclasses=myexport)
return locals()



def tipoproceso():
grid = SQLFORM.grid(db.tipoproceso,
maxtextlength=50,
Expand Down
222 changes: 0 additions & 222 deletions databases/417d7e200145315eb4546f4702a6ba0e_agenda.table

This file was deleted.

108 changes: 0 additions & 108 deletions databases/417d7e200145315eb4546f4702a6ba0e_auth_cas.table

This file was deleted.

Loading

0 comments on commit 514c88c

Please sign in to comment.