[freeside-commits] freeside/httemplate/elements location.html, 1.2, 1.3 tr-select-cust_location.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Sat Jan 10 15:57:01 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv3185/httemplate/elements
Modified Files:
location.html tr-select-cust_location.html
Log Message:
implement package changes w/location change, RT#4499
Index: tr-select-cust_location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-cust_location.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tr-select-cust_location.html 10 Jan 2009 00:43:05 -0000 1.1
+++ tr-select-cust_location.html 10 Jan 2009 23:56:59 -0000 1.2
@@ -118,7 +118,7 @@
</SCRIPT>
<TR>
- <TH ALIGN="right">Service location</TH>
+ <TH ALIGN="right">Service location</TH>
<TD COLSPAN=7>
<SELECT NAME="locationnum" onChange="locationnum_changed(this);">
<OPTION VALUE="">(default service address)
@@ -166,7 +166,7 @@
or die "unknown locationnum";
} else {
$cust_location = new FS::cust_location;
- if ( $cgi->param('error') && $locationnum == -1 ) {
+ if ( $locationnum == -1 ) {
$cust_location->$_( $cgi->param($_) ) foreach @location_fields;
} else {
$cust_location->$_( $cust_main->$_() ) foreach @location_fields;
Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- location.html 10 Jan 2009 00:43:05 -0000 1.2
+++ location.html 10 Jan 2009 23:56:59 -0000 1.3
@@ -22,7 +22,7 @@
NAME = "<%$pre%>address1"
ID = "<%$pre%>address1"
VALUE = "<% $object->get($pre.'address1') |h %>"
- SIZE = 70
+ SIZE = 58
onChange = "<% $onchange %>"
<% $disabled %>
<% $style %>
@@ -37,7 +37,7 @@
NAME = "<%$pre%>address2"
ID = "<%$pre%>address2"
VALUE = "<% $object->get($pre.'address2') |h %>"
- SIZE = 70
+ SIZE = 58
onChange = "<% $onchange %>"
<% $disabled %>
<% $style %>
@@ -56,7 +56,7 @@
<% $disabled %>
<% $style %>
>
- </TD>
+ </TD>
<TH ALIGN="right" ID="<%$pre%>countylabel" <%$county_style%>><%$r%>County</TH>
<TD>
<% include('/elements/select-county.html', %select_hash ) %>
More information about the freeside-commits
mailing list