X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_Common.html;fp=httemplate%2Fview%2Fsvc_Common.html;h=7e300b049f970208096a7558df3fe89cc741b5fe;hb=b594ce910540fae472cfa1fb132f658d4846c638;hp=7b46dc9c986feb8819e0c59b2c61743e5ebb72e8;hpb=42cb9f2b2935355862192c2de507efd824840411;p=freeside.git diff --git a/httemplate/view/svc_Common.html b/httemplate/view/svc_Common.html index 7b46dc9c9..7e300b049 100644 --- a/httemplate/view/svc_Common.html +++ b/httemplate/view/svc_Common.html @@ -7,7 +7,7 @@ # false laziness w/edit/svc_Common.html -$cgi->param('svcdb') =~ /^(svc_\w+)$/ or die "unparsable svcdb"; +$cgi->param('svcdb') =~ /^(svc_\w+)$/ or die "unparseable svcdb"; my $table = $1; require "FS/$table.pm";