Skip to content

Commit

Permalink
Backport from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Nov 7, 2024
1 parent 7238ae2 commit 3b5851c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MRCMS-1.7.0 (2024-11-07 09:11:40)
MRCMS-1.7.0 (2024-11-07 13:11:12)
2 changes: 1 addition & 1 deletion modules/templates/MRCMS/customise/cr.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def cr_shelter_registration_history_resource(r, tablename):
list_fields = ["date",
(T("Status"), "status"),
"shelter_id",
(T("Registered by"), "modified_by"),
(T("Registered by"), "created_by"),
]

s3db.configure(tablename,
Expand Down

0 comments on commit 3b5851c

Please sign in to comment.