summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-12 20:24:22 -0700
committerMark Wells <mark@freeside.biz>2012-03-12 20:24:22 -0700
commitfdd00d4549faaa9de8952402f77fa86d0b8b22ee (patch)
treeb45dc5430ace293ad93d8b97b9527420b3558748 /httemplate/browse
parent5665d202b0b91bb9ad685c209265b7a3405de768 (diff)
"day-of-month of customer signup" condition, #16827
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/part_event.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html
index 6be28602d..03996435e 100644
--- a/httemplate/browse/part_event.html
+++ b/httemplate/browse/part_event.html
@@ -45,7 +45,8 @@ my $link = [ $p.'edit/part_event.html?', 'eventpart' ];
my $event_sub = sub {
my $part_event = shift;
my $onclick = include('/elements/popup_link_onclick.html',
- action => $p.'view/part_event-targets.html?'.$part_event->eventpart,
+ action => $p.'view/part_event-targets.html?eventpart='.
+ $part_event->eventpart,
actionlabel => 'Event query - '.$part_event->event,
width => 650,
height => 420,