summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2002-02-10 19:58:43 +0000
committerivan <ivan>2002-02-10 19:58:43 +0000
commit7e3eb82f87c371785544b706b7347c7edde2b593 (patch)
tree65f3bdc7b55c3c377e21d45145f2eafad5bc2dfb /httemplate/edit
parentddb53fcc9fc80561354b97e4e7803004990138d0 (diff)
update billing documentation for the new world of invoice events
added freeside-daily replacing freeside-bill for the new world of invoice events
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/process/part_bill_event.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_bill_event.cgi b/httemplate/edit/process/part_bill_event.cgi
index 1716c71b9..4049ade80 100755
--- a/httemplate/edit/process/part_bill_event.cgi
+++ b/httemplate/edit/process/part_bill_event.cgi
@@ -12,7 +12,7 @@ if ( ! $cgi->param('plan_weight_eventcode') ) {
$error = "Must select an action";
} else {
- $cgi->param('plan_weight_eventcode') =~ /^(\w+):(\d+):(.*)$/
+ $cgi->param('plan_weight_eventcode') =~ /^([\w\-]+):(\d+):(.*)$/
or die "illegal plan_weight_eventcode:".
$cgi->param('plan_weight_eventcode');
$cgi->param('plan', $1);