X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Freason.html;h=c652a0820679b990c05198c127516a8ee50106c0;hp=7c0722ceaf3d797d85dfde7e865ff2af11a4af57;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hpb=32b5d3a31f112a381f0a15ac5e3a2204242f3405 diff --git a/httemplate/edit/reason.html b/httemplate/edit/reason.html index 7c0722cea..c652a0820 100644 --- a/httemplate/edit/reason.html +++ b/httemplate/edit/reason.html @@ -25,6 +25,8 @@ 'fields' => [ { 'field' => 'reason_type', 'type' => 'select', + #XXX use something more sane than a hashref + #then fix tr-select.html 'value' => { 'vcolumn' => 'typenum', 'ccolumn' => 'type', 'values' => \@types, @@ -32,7 +34,7 @@ }, 'reason', { 'field' => 'class', - 'type' => 'fixedhidden', + 'type' => 'hidden', 'value' => $class, }, { 'field' => 'disabled',