From 1bb7816dd5c5f5f723c5976941069b97f477519b Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 7 Aug 2004 02:49:56 +0000 Subject: [PATCH] disable order package button until a package has been selected --- httemplate/view/cust_main.cgi | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index bb275a833..bbf34db11 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -301,13 +301,25 @@ if ( defined $cust_main->dbdef_table->column('comments') ''; } -print ''; +%> -print '
'. - '
'. - qq!!. - ' +

-print '
'; +<% if ( $conf->config('payby-default') ne 'HIDE' ) { -- 2.11.0