Bug 10852: (follow-up) fix POD for C4::Serials::NewSubscription
authorGalen Charlton <gmc@esilibrary.com>
Sat, 14 Dec 2013 00:21:48 +0000 (00:21 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 14 Dec 2013 00:35:22 +0000 (00:35 +0000)
The error in the POD was discovered in the course of writing
test cases for the main patch.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Serials.pm

index 7e17a04..4175acc 100644 (file)
@@ -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.