Bug 21293: Display of housebound delivery information broken by Bug 13618

This patch corrects the patron housebound details template. A stray
"html" filter broke display of delivery information.

To test, apply the patch and enable the HouseboundModule system
preference.

 - 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.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Owen Leonard 2018-08-30 16:43:09 +00:00 committed by Nick Clemens
parent cf3dbedae7
commit c427952783

View file

@ -379,7 +379,7 @@
</div>
<div>
<h3>Deliveries</h3>
[% housebound_visits = housebound_profile.housebound_visits | html %]
[% housebound_visits = housebound_profile.housebound_visits %]
[% IF housebound_visits.size > 0 %]
<table border="0" width="100%" cellpadding="3" cellspacing="0">
<tr>