From bfc0a2cb812636c5eb9cc10e3cf5bfba8eee8e61 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 13 Dec 2013 23:51:18 +0000 Subject: [PATCH] Bug 8230: (follow-up) update POD for C4::Acquisition::GetHistory Signed-off-by: Galen Charlton --- C4/Acquisition.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index c904c43387..1bf41cbf65 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -2142,10 +2142,19 @@ params: title author name + isbn + ean from_placed_on to_placed_on basket - search both basket name and number booksellerinvoicenumber + basketgroupname + budget + orderstatus (note that orderstatus '' will retrieve orders + of any status except cancelled) + biblionumber + get_canceled_order (if set to a true value, cancelled orders will + be included) returns: $order_loop is a list of hashrefs that each look like this: -- 2.39.5