[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 5758caa3d3d457d1c2d7f2d39386224180f8136c

Mark Wells mark at 420.am
Mon Feb 27 12:38:23 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  5758caa3d3d457d1c2d7f2d39386224180f8136c (commit)
      from  3b2a05ea04b34fca41d9a264fd327ca73337c33f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5758caa3d3d457d1c2d7f2d39386224180f8136c
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Feb 27 12:36:32 2012 -0800

    pass census year through cust_main edit, fix for #15381

diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index 13797fe..c606523 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -204,6 +204,7 @@ Example:
       <TR><<%$th%> ALIGN="right">Census tract<BR>(automatic)</<%$th%>>
         <TD>
           <INPUT TYPE="text" NAME="censustract" VALUE="<% $opt{censustract} %>">
+          <INPUT TYPE="hidden" NAME="censusyear" VALUE="<% $object->get('censusyear') %>">
         </TD>
       </TR>
 %   } else {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/location.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list