bug 2263 - transfer zipcode when selecting guarantor
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 19 Jun 2008 21:20:27 +0000 (16:20 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 01:45:53 +0000 (20:45 -0500)
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 <jmf@liblime.com>
members/guarantor_search.pl

index f1f1a56..30921c5 100755 (executable)
@@ -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