[interchange-cvs] interchange - jon modified dist/lib/UI/pages/admin/customer_view.html

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Jun 3 23:55:01 2003


User:      jon
Date:      2003-06-04 03:54:45 GMT
Modified:  dist/lib/UI/pages/admin customer_view.html
Log:
Fix bug in address display.

Revision  Changes    Path
2.8       +3 -3      interchange/dist/lib/UI/pages/admin/customer_view.html


rev 2.8, prev_rev 2.7
Index: customer_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_view.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -u -r2.7 -r2.8
--- customer_view.html	7 Feb 2003 16:32:45 -0000	2.7
+++ customer_view.html	4 Jun 2003 03:54:45 -0000	2.8
@@ -203,13 +203,13 @@
                                  <td class="block4bold">[L]State[/L]:</td>
                                  <td class="maincontent">[loop-param b_state]</td>
                               </tr>
-								    [/if-bill-data]
+								    [/if-bill-param]
 							  		[if-bill-param b_zip]
                               <tr> 
                                  <td class="block4bold">[L]Postal code[/L]:</td>
                                  <td class="maincontent">[loop-param b_zip]</td>
                               </tr>
-								    [/if-bill-data]
+								    [/if-bill-param]
 							  [/else]
 							  [/if-bill-data]
                               <tr> 
@@ -395,4 +395,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.7 2003/02/07 16:32:45 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.8 2003/06/04 03:54:45 jon Exp $ -->