X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;fp=httemplate%2Fview%2Fcust_main.cgi;h=081b96bed7f827f4681d623fbc4670e39392e7fb;hp=d18c7f70f84d98e2b319bb6d1fe527d89e25353a;hb=a4d4d3df88b33a6db30b565921f6d62efb252351;hpb=6615733676adb431ae48c78ce24758fe571614c1 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index d18c7f70f..081b96bed 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -169,14 +169,12 @@ function areyousure(href, message) { @@ -281,9 +279,7 @@ function areyousure(href, message) { % if ( $view eq 'payment_history' || $view eq 'jumbo' ) { -% if ( $conf->config('payby-default') ne 'HIDE' ) { - <& cust_main/payment_history.html, $cust_main &> -% } +<& cust_main/payment_history.html, $cust_main &> % } @@ -352,8 +348,7 @@ if ( $conf->config('ticket_system') ) { } $views{emt('Quotations')} = 'quotations'; $views{emt('Packages')} = 'packages'; -$views{emt('Payment History')} = 'payment_history' - unless $conf->config('payby-default' eq 'HIDE'); +$views{emt('Payment History')} = 'payment_history'; $views{emt('Change History')} = 'change_history' if $curuser->access_right('View customer history'); $views{$conf->config('cust_main-custom_title') || emt('Custom')} = 'custom'
- <& cust_main/contacts.html, $cust_main &> + <& cust_main/misc.html, $cust_main &> +
<& cust_main/contacts.html, $cust_main &>
- <& cust_main/misc.html, $cust_main &> -% if ( $conf->config('payby-default') ne 'HIDE' ) { -
<& cust_main/billing.html, $cust_main &> -% } - + <& cust_main/billing.html, $cust_main &> +
<& cust_main/cust_payby.html, $cust_main &>