@@ -, +, @@ by Bug 13618 - Open a patron record and select the "Housebound" tab in the left-hand navigation menu. - Click "Add a new deliver" and save some delivery details. - Upon saving you should be directed back to the housebound details page. All the details of the delivery you saved should appear correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt @@ -379,7 +379,7 @@

Deliveries

- [% housebound_visits = housebound_profile.housebound_visits | html %] + [% housebound_visits = housebound_profile.housebound_visits %] [% IF housebound_visits.size > 0 %] --