From b25c72780c74c7d3105d097639f05956dbb50362 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Tue, 6 Nov 2012 09:52:06 +0100 Subject: [PATCH] Bug 8443: Suggestions publication year and copyright date (follow-up 1) Comments corrections Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer --- C4/Acquisition.pm | 4 ++-- C4/Serials.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 17330e5..4a03e2c 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1032,7 +1032,7 @@ Else, the upcoming July 1st is used. =item defaults entrydate to Now -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". +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". =back @@ -1491,7 +1491,7 @@ C<@results> is an array of references-to-hash with the following keys: =item C -=item C +=item C =back diff --git a/C4/Serials.pm b/C4/Serials.pm index 0c4b60e..0b31a2b 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -307,7 +307,7 @@ $subs = GetSubscription($subscriptionid) this function returns the subscription which has $subscriptionid as id. return : a hashref. This hash containts -subscription, subscriptionhistory, aqbudget.bookfundid, biblio.title +subscription, subscriptionhistory, aqbooksellers.name, biblio.title =cut -- 1.7.9.5