Add trashed date time label and position
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -319,7 +319,8 @@ class DocumentsApp(MayanAppConfig):
|
|||||||
attribute='document_type', is_sortable=True, source=DeletedDocument
|
attribute='document_type', is_sortable=True, source=DeletedDocument
|
||||||
)
|
)
|
||||||
SourceColumn(
|
SourceColumn(
|
||||||
attribute='deleted_date_time', source=DeletedDocument
|
attribute='deleted_date_time', include_label=True, order=99,
|
||||||
|
source=DeletedDocument
|
||||||
)
|
)
|
||||||
|
|
||||||
# DocumentVersion
|
# DocumentVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user