@@ -, +, @@ ModReserve - Run the regression tests from the previous patch: $ kshell k$ prove t/db_dependent/api/v1/holds.t - Apply this patch - Run the tests: $ kshell k$ prove t/db_dependent/api/v1/holds.t - Sign off :-D --- Koha/REST/V1/Hold.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/REST/V1/Hold.pm +++ a/Koha/REST/V1/Hold.pm @@ -144,6 +144,7 @@ sub edit { branchcode => $branchcode, rank => $priority, suspend_until => $suspend_until, + itemnumber => $hold->itemnumber }; C4::Reserves::ModReserve($params); --