From 65d5d1aef71cb068c02328aa45cf6db300e21b59 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 30 Apr 2007 20:56:13 +0000 Subject: [PATCH] correct bad conflict resolution --- httemplate/edit/cust_main/billing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index ad35a1e3f..d9e0ed0e4 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -205,7 +205,7 @@ % % qq!${r}Bank name !. % qq!!. - ( $conf->exists('show_bankstate) ? +% ( $conf->exists('show_bankstate') ? % qq!$paystate_label!. % qq!!. % include('select-state.html', @@ -213,7 +213,7 @@ % 'state' => $cust_main->paystate, % 'country' => $cust_main->country, % 'prefix' => 'pay', -% ). "". +% ). "" % : '' % ). -- 2.20.1