corrected POD for NewSubscription()
Merge serials display and grace period changes. Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
bea9939047
commit
c27b542153
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue