From 709c386e3deb76f2d8d6a134ce6ef6c52a4ce59b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 20 Apr 2021 09:16:25 -0400 Subject: [PATCH] Bug 28176: Transfer not created for items returning home if confirmed with "Yes, print slip" button If an items is to be transferred home after being checked out at a different branch, the "Yes, print slip" button does not generate the transfer, but the "Yes" button does. Test Plan: 1) Set AutomaticItemReturn to "Don't" 2) Place a hold for pickup at a different branch 3) Check in the item, confirm the hold and transfer 4) Check in the item at the pickup branch 5) Check the item out to the patron 6) Check the item in at the pickup branch 7) Confirm the transfer back to the home library with the "Yes, print slip" button 8) Check the branchtransfers table, not there is not open transfer 9) Apply this patch, repeat steps 1-8 10) Note the branch transfer was created! --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 6c8eab60e0..e8b8e18cc0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -594,7 +594,7 @@