@@ -, +, @@ - Run: $ kshell k$ prove t/db_dependent/Reserves.t - Apply this patch - Run: k$ prove t/db_dependent/Reserves.t --- C4/Reserves.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -582,6 +582,7 @@ sub ChargeReserveFee { description => "Reserve Charge - $title", accounttype => 'Res', amountoutstanding => $fee, + branchcode => $branchcode } )->store(); } --