From 8a5ce95916fad6f73b8d5be2908ead65b78a7f2f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 14 Dec 2013 00:21:48 +0000 Subject: [PATCH] Bug 10852: (follow-up) fix POD for C4::Serials::NewSubscription The error in the POD was discovered in the course of writing test cases for the main patch. Signed-off-by: Galen Charlton --- C4/Serials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index 7e17a048d7..4175accec8 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -1442,7 +1442,7 @@ $subscriptionid = &NewSubscription($auser,branchcode,$aqbooksellerid,$cost,$aqbu $startdate,$periodicity,$numberlength,$weeklength,$monthlength, $lastvalue1,$innerloop1,$lastvalue2,$innerloop2,$lastvalue3,$innerloop3, $status, $notes, $letter, $firstacquidate, $irregularity, $numberpattern, - $callnumber, $hemisphere, $manualhistory, $internalnotes, $serialsadditems, + $locale, $callnumber, $manualhistory, $internalnotes, $serialsadditems, $staffdisplaycount, $opacdisplaycount, $graceperiod, $location, $enddate, $skip_serialseq); Create a new subscription with value given on input args. -- 2.39.5