Fix JS form issues with ThingyRecord. bug #10943

This commit is contained in:
Colin Kuskie 2009-09-09 09:55:22 -07:00
parent c189c6967b
commit 237af9f527
3 changed files with 17 additions and 13 deletions

View file

@ -206,7 +206,7 @@ sub drawEditFieldPrice {
my ( $self ) = @_;
my $fieldHtml = sprintf <<'ENDHTML', encode_entities( $self->get('fieldPrice') );
<div id="fieldPrice"></div><input type="hidden" name="fieldPrice" value="%s" />
<div id="fieldPrice"></div><input type="hidden" name="fieldPrice" value="%s" id="fieldPrice_formId"/>
ENDHTML
return $fieldHtml;