Bug 4461: Fix status and borrowernumber fields in problem_reports and more
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 18 Mar 2020 22:50:50 +0000 (22:50 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 6 Apr 2020 10:18:59 +0000 (11:18 +0100)
commit3509f9cff86da2faea2ccc53ecdd0fdee70366c5
treebbd22a30a39a60c4b0a761d22fc4014d52ccc950
parentdcc93ec356dbc5a4a94b3e9f63a9c4073a3f4176
Bug 4461: Fix status and borrowernumber fields in problem_reports and more

status varchar(6) with readable statuses
borrowernumber not null default 0
hide form if message successfully sent
fixing hide viewed and hide closed filters
adding recipient column

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Schema/Result/ProblemReport.pm
admin/problem-reports.pl
installer/data/mysql/atomicupdate/bug-4461_add-problem-reports-table.perl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt
mainpage.pl
svc/problem_reports