diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-07-17 21:34:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-17 21:34:39 -0700 |
| commit | ca7ddc7c66dbee1b7413027cbc8841e71449236f (patch) | |
| tree | 9ac60cd863f2c049e3f954c7580370d4db7d13a8 | |
| parent | ae4c054984a4faffbb1c850931ea44457f18780e (diff) | |
remove broken link on zip code distribution until it can be implemented
| -rw-r--r-- | httemplate/search/cust_main-zip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main-zip.html b/httemplate/search/cust_main-zip.html index e87b21474..c317dc36f 100644 --- a/httemplate/search/cust_main-zip.html +++ b/httemplate/search/cust_main-zip.html @@ -5,7 +5,7 @@ 'count_query' => $count_sql, 'header' => [ 'Zip code', 'Customers', ], #'fields' => [ 'zip', 'num_cust', ], - 'links' => [ '', sub { 'somewhere'; } ], + #'links' => [ '', sub { 'somewhere'; } ], ) %> <%init> |
