From ed4adc312cb1559ebb9437ddfecee2b3f038cb34 Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Tue, 7 May 2024 13:07:53 +0100
Subject: [PATCH] Bug 36612: (QA follow-up) Add 'source' to public_read_list

This patch adds the required 'source' field to the public_read_list for
tickets.
---
 Koha/Ticket.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Koha/Ticket.pm b/Koha/Ticket.pm
index 9beed143499..55734cd583e 100644
--- a/Koha/Ticket.pm
+++ b/Koha/Ticket.pm
@@ -191,7 +191,7 @@ sub public_read_list {
     return [
         'ticket_id',   'title',         'body',
         'reporter_id', 'reported_date', 'resolved_date',
-        'biblio_id'
+        'biblio_id',   'source'
     ];
 }
 
-- 
2.45.0