From 2b592b4bbbc7b597b7ba8e5a022cc8bde88659b3 Mon Sep 17 00:00:00 2001 From: Ketan Kulkarni Date: Sun, 29 Sep 2013 10:37:54 +0530 Subject: [PATCH] [PASSED QA] Bug 10967 - minor fix http://bugs.koha-community.org/show_bug.cgi?id=10967 Signed-off-by: Bernardo Gonzalez Kriegel No koha-qa errors. Fixes problem, but I think is better to remove =back than to add nother =over 4, but I'm not a POD expert Signed-off-by: Katrin Fischer --- acqui/booksellers.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acqui/booksellers.pl b/acqui/booksellers.pl index bb65dbc..b106d20 100755 --- a/acqui/booksellers.pl +++ b/acqui/booksellers.pl @@ -41,6 +41,8 @@ C<$supplier> is the string with which we search for a supplier =back +=over 4 + =item id or booksellerid The id of the supplier whose baskets we will display -- 1.7.9.5