From e4732220697c757613e68477c3b268c465745691 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Mon, 21 Nov 2022 22:31:24 +0000
Subject: [PATCH] Bug 32292: Fix POD

POD had a typo in suggestions and was missing the new aqorders.
---
 Koha/Database/Columns.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm
index 1288b2b3eb..f1e2c3e9e6 100644
--- a/Koha/Database/Columns.pm
+++ b/Koha/Database/Columns.pm
@@ -38,6 +38,8 @@ to descriptions, for several tables. Currently
 
 =over
 
+=item aqorders
+
 =item biblio
 
 =item biblioitems
@@ -50,7 +52,7 @@ to descriptions, for several tables. Currently
 
 =item subscription
 
-=item suggestion
+=item suggestions
 
 =back
 
-- 
2.30.2