fix appointments vs. no direct elements/ access, RT#34237, RT#23357
[freeside.git] / httemplate / elements / popup_link-make_appointment.html
index 60a337c..3a8d37a 100644 (file)
@@ -26,6 +26,6 @@ $params->{'actionlabel'} ||= 'Schedule appointment';
 #$params->{'width'} ||= 350;
 #$params->{'height'} ||= 220;
 
-$params->{'action'} = $p. '/elements/make_appointment.html?custnum='. $params->{'custnum'};
+$params->{'action'} = $p. 'misc/make_appointment.html?custnum='. $params->{'custnum'};
 
 </%init>