[Koha-bugs] [Bug 8096] Card number twice on patron search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 17 15:28:34 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8096

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #5 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Hi Marc,
Please convince me why the change below should be correct:
-    ([% cardnumber -%])
+    [% IF ( borrower.cardnumber ) %]
+        ([% borrower.cardnumber %])
+    [% END %]

It was prefixed without borrower and now it is. You do only change templates.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list