Bugzilla – Attachment 63681 Details for
Bug 5395
C4::Acquisition::SearchOrder POD inconsistent with function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5395: Update C4::Acquisition::SearchOrders POD
Bug-5395-Update-C4AcquisitionSearchOrders-POD.patch (text/plain), 1.61 KB, created by
Mark Tompsett
on 2017-05-24 05:58:37 UTC
(
hide
)
Description:
Bug 5395: Update C4::Acquisition::SearchOrders POD
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-05-24 05:58:37 UTC
Size:
1.61 KB
patch
obsolete
>From 16d2ef6c3f6367a73f7700808f5cc6dd6bcc709e Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 24 May 2017 01:54:02 -0400 >Subject: [PATCH] Bug 5395: Update C4::Acquisition::SearchOrders POD > >Comparing the perldoc to the function: >- basketname >- basketgroupname >- budget_id >Were missing. This adds them. > >Also, a description of ordernumber and search were >added, as they are not self-evident by their name >alone. > >There are no code changes, so all tests should pass >or fail identically before and after patch. >--- > C4/Acquisition.pm | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index a9b2631..9d6a263 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -1656,17 +1656,22 @@ sub _cancel_items_receipt { > @results = &SearchOrders({ > ordernumber => $ordernumber, > search => $search, >- biblionumber => $biblionumber, > ean => $ean, > booksellerid => $booksellerid, > basketno => $basketno, >+ basketname => $basketname, >+ basetgroupname => $basketgroupname, > owner => $owner, > pending => $pending > ordered => $ordered >+ biblionumber => $biblionumber, >+ budget_id => $budget_id > }); > >-Searches for orders. >+Searches for orders filtered by criteria. > >+C<$ordernumber> Finds matching orders or transferred orders by ordernumber. >+C<$search> Finds orders matching %$search% in title, author, or isbn. > C<$owner> Finds order for the logged in user. > C<$pending> Finds pending orders. Ignores completed and cancelled orders. > C<$ordered> Finds orders to receive only (status 'ordered' or 'partial'). >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5395
:
63681
|
63717
|
63739