From: Mathieu Saby Date: Tue, 30 Apr 2013 06:16:18 +0000 (+0200) Subject: Bug 7593 : QA followup : restores deleted line in C4::Acquisition X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=24f5525207c11401626f363faff90fa9436c1003;p=koha.git Bug 7593 : QA followup : restores deleted line in C4::Acquisition This patch restores the line exporting GetOrderNumber that I accidentally suppressed. Signed-off-by: Katrin Fischer Restores a line that was deleted by the first patch. Was not sure if patches should be squashed. Signed-off-by: Jared Camins-Esakov --- diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index a685d5ac8d..d11f2a98d0 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -54,6 +54,7 @@ BEGIN { &GetBasketgroups &ReOpenBasketgroup &NewOrder &DelOrder &ModOrder &GetPendingOrders &GetOrder &GetOrders &GetOrdersByBiblionumber + &GetOrderNumber &GetLateOrders &GetOrderFromItemnumber &SearchOrder &GetHistory &GetRecentAcqui &ModReceiveOrder &CancelReceipt &ModOrderBiblioitemNumber &GetCancelledOrders