[freeside-commits] branch master updated. 65befdb357c410bd24bf411551cd9d091d82b10d

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


The branch, master has been updated
       via  65befdb357c410bd24bf411551cd9d091d82b10d (commit)
      from  a8f686dd5c3b0ad85a5cdd1785081be9db552fb7 (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 65befdb357c410bd24bf411551cd9d091d82b10d
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Feb 27 12:37:15 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