From b6d1aed30d51bdae49ca22e5aa5baab635969097 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Apr 1999 03:52:55 +0000 Subject: explicit & for table/itable/ntable --- htdocs/view/cust_main.cgi | 21 ++++++++++++--------- htdocs/view/cust_pkg.cgi | 11 +++++++---- 2 files changed, 19 insertions(+), 13 deletions(-) (limited to 'htdocs/view') diff --git a/htdocs/view/cust_main.cgi b/htdocs/view/cust_main.cgi index 58c1323a4..4bde0be28 100755 --- a/htdocs/view/cust_main.cgi +++ b/htdocs/view/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.14 1999-04-08 04:04:37 ivan Exp $ +# $Id: cust_main.cgi,v 1.15 1999-04-09 03:52:55 ivan Exp $ # # Usage: cust_main.cgi custnum # http://server.name/path/cust_main.cgi?custnum @@ -31,7 +31,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main.cgi,v $ -# Revision 1.14 1999-04-08 04:04:37 ivan +# Revision 1.15 1999-04-09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.14 1999/04/08 04:04:37 ivan # eliminate double // in links # # Revision 1.13 1999/02/28 00:04:00 ivan @@ -108,11 +111,11 @@ $cust_main = qsearchs('cust_main',{'custnum'=>$custnum}); die "Customer not found!" unless $cust_main; $hashref = $cust_main->hashref; -print itable(), ''; +print &itable(), ''; print qq!Edit this customer!, - ntable("#c0c0c0"), "", ntable("#c0c0c0",2), + &ntable("#c0c0c0"), "", &ntable("#c0c0c0",2), 'Customer number', $custnum, '', ; @@ -140,8 +143,8 @@ print ''; print ''; -print "Contact information", ntable("#c0c0c0"), "", - ntable("#c0c0c0",2), +print "Contact information", &ntable("#c0c0c0"), "", + &ntable("#c0c0c0",2), 'Contact name
(last, first)', '', $cust_main->last, ', ', $cust_main->first, @@ -181,7 +184,7 @@ print ''; @invoicing_list = $cust_main->invoicing_list; print "Billing information (", qq!!, "Bill now)", - ntable("#c0c0c0"), "", ntable("#c0c0c0",2), + &ntable("#c0c0c0"), "", &ntable("#c0c0c0",2), 'Tax exempt', $cust_main->tax ? 'yes' : 'no', '', @@ -232,7 +235,7 @@ print qq!

Packages !, #display packages #formatting -print qq!!, table, "\n", +print qq!!, &table, "\n", qq!Package!, qq!DatesServices\n!, qq!Setup!, @@ -349,7 +352,7 @@ foreach $credit (@credits) { } #formatting - print table(), < Date Description diff --git a/htdocs/view/cust_pkg.cgi b/htdocs/view/cust_pkg.cgi index bf7f29bc1..6bb294836 100755 --- a/htdocs/view/cust_pkg.cgi +++ b/htdocs/view/cust_pkg.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_pkg.cgi,v 1.9 1999-04-08 12:00:19 ivan Exp $ +# $Id: cust_pkg.cgi,v 1.10 1999-04-09 03:52:55 ivan Exp $ # # Usage: cust_pkg.cgi pkgnum # http://server.name/path/cust_pkg.cgi?pkgnum @@ -24,7 +24,10 @@ # no FS::Search ivan@sisd.com 98-mar-7 # # $Log: cust_pkg.cgi,v $ -# Revision 1.9 1999-04-08 12:00:19 ivan +# Revision 1.10 1999-04-09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.9 1999/04/08 12:00:19 ivan # aesthetic update # # Revision 1.8 1999/02/28 00:04:01 ivan @@ -106,7 +109,7 @@ print ' (cancel)' unless $cancel; -print ntable("#c0c0c0"), '', ntable("#c0c0c0",2), +print &ntable("#c0c0c0"), '', &ntable("#c0c0c0",2), 'Package number', $pkgnum, '', 'Package', @@ -139,7 +142,7 @@ print 'Order taker', unless ($cancel) { #services - print '
Service Information', table, + print '
Service Information', &table, ; #list of services this pkgpart includes -- cgit v1.2.1