projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cc5eb
)
RT#29285: State field not needed for New Zealand [interface, v3 only]
author
Jonathan Prykop
<jonathan@freeside.biz>
Thu, 9 Jul 2015 03:57:10 +0000
(22:57 -0500)
committer
Jonathan Prykop
<jonathan@freeside.biz>
Thu, 9 Jul 2015 03:57:10 +0000
(22:57 -0500)
httemplate/view/cust_main/contacts.html
patch
|
blob
|
history
diff --git
a/httemplate/view/cust_main/contacts.html
b/httemplate/view/cust_main/contacts.html
index
e810d6f
..
136f634
100644
(file)
--- a/
httemplate/view/cust_main/contacts.html
+++ b/
httemplate/view/cust_main/contacts.html
@@
-93,8
+93,12
@@
% }
<TR>
+% if ( $location->city ) {
<TD ALIGN="right"><% mt('City') |h %></TD>
<TD BGCOLOR="#ffffff"><% $location->city |h %></TD>
+% } else {
+ <TD COLSPAN="2"></TD>
+% }
% if ( $location->county ) {
<TD ALIGN="right"><% mt('County') |h %></TD>
<TD BGCOLOR="#ffffff"><% $location->county |h %></TD>