From 8b54dd94238c4ccd24be3605b430717dce11a5fa Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 22 Dec 2020 15:45:13 +0000 Subject: [PATCH] Bug 20212: (QA follow-up) Restore missing comma Signed-off-by: Martin Renvoize Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Martin Renvoize --- Koha/REST/V1/Acquisitions/Orders.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/REST/V1/Acquisitions/Orders.pm b/Koha/REST/V1/Acquisitions/Orders.pm index ff8a8f77a0..4cb0fe982f 100644 --- a/Koha/REST/V1/Acquisitions/Orders.pm +++ b/Koha/REST/V1/Acquisitions/Orders.pm @@ -335,7 +335,7 @@ sub fix_query { 'biblio.publication_place' => 'biblio.biblioitem.publication_place', 'biblio.publication_year' => 'biblio.biblioitem.publication_year', 'biblio.publisher' => 'biblio.biblioitem.publisher', - 'biblio.serial_total_issues' => 'biblio.biblioitem.serial_total_issues' + 'biblio.serial_total_issues' => 'biblio.biblioitem.serial_total_issues', 'biblio.url' => 'biblio.biblioitem.url', 'biblio.volume' => 'biblio.biblioitem.volume', 'biblio.volume_date' => 'biblio.biblioitem.volume_date', -- 2.20.1