From 5629f4bc252698a102a1b581c3db0be124a4474a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 19 Apr 2014 15:12:08 +0000 Subject: [PATCH] Bug 11699: (follow-up) fix errors in the POD for ModReceiveOrder Signed-off-by: Galen Charlton --- C4/Acquisition.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index da8e86d6fb..2b17eab6bd 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1428,12 +1428,12 @@ sub GetCancelledOrders { cost => $cost, ecost => $ecost, invoiceid => $invoiceid, - rrp => rrp, - budget_id => budget_id, - datereceived => datereceived, + rrp => $rrp, + budget_id => $budget_id, + datereceived => $datereceived, received_itemnumbers => \@received_itemnumbers, notes => $notes, - ); + }); Updates an order, to reflect the fact that it was received, at least in part. All arguments not mentioned below update the fields with the -- 2.39.5