Skip to content

Commit

Permalink
Adding back call to assetReport.js - Fixes bug #12201
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemhn committed Oct 4, 2011
1 parent c1945a1 commit e5ef40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
@@ -1,6 +1,7 @@
7.10.24
- fixed #12256: Calendar Search doesn't show admin controls
- fixed #12268: Point of sale form missing from cart screen.
- fixed #12201: AssetReport - no selects.

7.10.23
- fixed #12225: Stock asset, multiple instances on a page
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Form/AssetReportQuery.pm
Expand Up @@ -261,6 +261,7 @@ sub toHtml {
$style->setRawHeadTags(qq|<script type="text/javascript">var classValues = $jsonStr; </script>|);
my $jsonData = $self->get("value") || q|{ "isNew" : "true" }|;
$style->setRawHeadTags(qq|<script type="text/javascript">var dataValues = $jsonData; var first_row_error_msg = '$first_row_error_msg';</script>|);
$self->headTags();

#Decode JSON data for filling in some of the fields
my $jsonDataHash = JSON->new->decode($jsonData);
Expand Down

0 comments on commit e5ef40f

Please sign in to comment.