The template for the guarantor search implies that
the zipcode is one of the values to be copied from
guarantor to guarantee.  Fixed so that the transfer
can actually take place.
---
 members/guarantor_search.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/members/guarantor_search.pl b/members/guarantor_search.pl
index f1f1a56..30921c5 100755
--- a/members/guarantor_search.pl
+++ b/members/guarantor_search.pl
@@ -81,6 +81,7 @@ if ($member ne ''){
                categorycode => $results->[$i]{'categorycode'},
                address => $results->[$i]{'address'},
                city => $results->[$i]{'city'},
+               zipcode => $results->[$i]{'zipcode'},
                branchcode => $results->[$i]{'branchcode'},
                guarantorinfo =>$guarantorinfo,
                #op
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to