X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fcancel_pkg.html;h=642f0c83e4dc5d6070a25e7623da7fb3858b8fcf;hp=b085d2281d95a8c9c136257aabddf165a692ec40;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hpb=32b5d3a31f112a381f0a15ac5e3a2204242f3405 diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index b085d2281..642f0c83e 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -42,7 +42,14 @@ %} % -<% include('/elements/tr-select-reason.html', 'reasonnum', $class, '', '', '', 'document.sc_popup.submit' ) %> +<% include('/elements/tr-select-reason.html', + 'field' => 'reasonnum', + 'reason_class' => $class, + #XXX these need to be sticky on errors too... + #'curr_value' => '', + 'control_button' => 'document.sc_popup.submit', + ) +%>