Skip to content

Commit

Permalink
feat(aincrad): include staff_comments in suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 31, 2023
1 parent 190e750 commit 2623f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aincrad/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class JSONData(TypedDict):
"weight",
"unit__group__name",
"unit__code",
"staff_comments",
)

JOB_VENUEQ_INIT_QUERYSET = Job.objects.filter(progress="JOB_SUB")
Expand Down

0 comments on commit 2623f90

Please sign in to comment.