Skip to content

Commit

Permalink
adding eletronic receipt filter in jarbas UI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDelboni committed Apr 4, 2020
1 parent efed304 commit 5aa2f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jarbas/dashboard/admin/list_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ class DocumentTypeListFilter(JarbasListFilter):
options = (
(0, 'Nota fiscal'),
(1, 'Recibo simples'),
(2, 'Despesa no exterior')
(2, 'Despesa no exterior'),
(4, 'Recibo eletrônico')
)


Expand Down

0 comments on commit 5aa2f54

Please sign in to comment.