From 3b9484da8e7160f1571083c04ab38a0dcfafdfac Mon Sep 17 00:00:00 2001 From: Ketan Kulkarni Date: Sun, 29 Sep 2013 10:37:54 +0530 Subject: [PATCH] [SIGNED-OFF] 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 --- 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