View | Details | Raw Unified | Return to bug 8443
Collapse All | Expand All

(-)a/C4/Acquisition.pm (-2 / +2 lines)
Lines 1032-1038 Else, the upcoming July 1st is used. Link Here
1032
1032
1033
=item defaults entrydate to Now
1033
=item defaults entrydate to Now
1034
1034
1035
The following keys are used: "biblionumber", "title", "basketno", "quantity", "notes", "biblioitemnumber", "rrp", "ecost", "gstrate", "unitprice", "subscription", "sort1", "sort2", "booksellerinvoicenumber", "listprice", "budgetdate", "purchaseordernumber", "branchcode", "booksellerinvoicenumber", "bookfundid".
1035
The following keys are used: "biblionumber", "title", "basketno", "quantity", "notes", "biblioitemnumber", "rrp", "ecost", "gstrate", "unitprice", "subscription", "sort1", "sort2", "booksellerinvoicenumber", "listprice", "budgetdate", "purchaseordernumber", "branchcode", "booksellerinvoicenumber", "budget_id".
1036
1036
1037
=back
1037
=back
1038
1038
Lines 1491-1497 C<@results> is an array of references-to-hash with the following keys: Link Here
1491
1491
1492
=item C<branchcode>
1492
=item C<branchcode>
1493
1493
1494
=item C<bookfundid>
1494
=item C<budget_id>
1495
1495
1496
=back
1496
=back
1497
1497
(-)a/C4/Serials.pm (-2 / +1 lines)
Lines 307-313 $subs = GetSubscription($subscriptionid) Link Here
307
this function returns the subscription which has $subscriptionid as id.
307
this function returns the subscription which has $subscriptionid as id.
308
return :
308
return :
309
a hashref. This hash containts
309
a hashref. This hash containts
310
subscription, subscriptionhistory, aqbudget.bookfundid, biblio.title
310
subscription, subscriptionhistory, aqbooksellers.name, biblio.title
311
311
312
=cut
312
=cut
313
313
314
- 

Return to bug 8443