From 356e48b67875252cd3532cd98d0191166b89a1e9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 19 Jun 2008 16:20:27 -0500 Subject: [PATCH] bug 2263 - transfer zipcode when selecting guarantor 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. Signed-off-by: Joshua Ferraro --- members/guarantor_search.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/members/guarantor_search.pl b/members/guarantor_search.pl index f1f1a5650c..30921c5416 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 -- 2.39.5