@@ -, +, @@ Can't call method "unblessed" on an undefined value at /home/vagrant/kohaclone/members/printfeercpt.pl line 64 commit a2449a81be55aa5b3710ca2c6df7884513f89540 Bug 23051: (follow-up) Add renewal feedback and move code to subroutines and test - To test activate FinePaymentAutoPopup - Create a manual fee - Write it off using the write off button on the account line (not below table) --- members/pay.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/pay.pl +++ a/members/pay.pl @@ -122,7 +122,7 @@ elsif ( $input->param('confirm_writeoff') ) { interface => C4::Context->interface, library_id => $branch, } - ); + )->{payment_id}; } } --