From 510d2f9647c0651a82760e456b46505e8050d6ed Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Feb 1999 08:09:27 +0000 Subject: beginnings of one-screen new customer entry and some other miscellania --- htdocs/edit/part_svc.cgi | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'htdocs/edit/part_svc.cgi') diff --git a/htdocs/edit/part_svc.cgi b/htdocs/edit/part_svc.cgi index 8a39fc7a9..95e1c8755 100755 --- a/htdocs/edit/part_svc.cgi +++ b/htdocs/edit/part_svc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_svc.cgi,v 1.8 1999-02-07 09:59:21 ivan Exp $ +# $Id: part_svc.cgi,v 1.9 1999-02-23 08:09:21 ivan Exp $ # # ivan@sisd.com 97-nov-14 # @@ -10,7 +10,10 @@ # use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12 # # $Log: part_svc.cgi,v $ -# Revision 1.8 1999-02-07 09:59:21 ivan +# Revision 1.9 1999-02-23 08:09:21 ivan +# beginnings of one-screen new customer entry and some other miscellania +# +# Revision 1.8 1999/02/07 09:59:21 ivan # more mod_perl fixes, and bugfixes Peter Wemm sent via email # # Revision 1.7 1999/01/19 05:13:42 ivan @@ -151,9 +154,12 @@ foreach $svcdb ( qw( my($ptmp)="$svcdb"; my($row); foreach $row (@rows) { - my($value)=$part_svc->getfield($svcdb.'__'.$row); - my($flag)=$part_svc->getfield($svcdb.'__'.$row.'_flag'); - print "$ptmp$row - $defs{$svcdb}{$row}"; + my $value = $part_svc->getfield($svcdb. '__'. $row); + my $flag = $part_svc->getfield($svcdb. '__'. $row. '_flag'); + print "$ptmp$row"; + print "- $defs{$svcdb}{$row}" + if defined $defs{$svcdb}{$row}; + print ""; print qq!Off"; print qq!