[Koha-patches] [PATCH] corrected POD for NewSubscription()

Galen Charlton galen.charlton at liblime.com
Fri May 22 20:45:18 CEST 2009


Merge serials display and grace period
changes.
---
 C4/Serials.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/C4/Serials.pm b/C4/Serials.pm
index 1357432..5dfd727 100644
--- a/C4/Serials.pm
+++ b/C4/Serials.pm
@@ -1345,7 +1345,8 @@ $subscriptionid = &NewSubscription($auser,branchcode,$aqbooksellerid,$cost,$aqbu
     $add1,$every1,$whenmorethan1,$setto1,$lastvalue1,$innerloop1,
     $add2,$every2,$whenmorethan2,$setto2,$lastvalue2,$innerloop2,
     $add3,$every3,$whenmorethan3,$setto3,$lastvalue3,$innerloop3,
-    $numberingmethod, $status, $notes, $serialsadditems, graceperiod)
+    $numberingmethod, $status, $notes, $serialsadditems,
+    $staffdisplaycount, $opacdisplaycount, $graceperiod);
 
 Create a new subscription with value given on input args.
 
-- 
1.5.6.5




More information about the Koha-patches mailing list