Skip to content

Commit e5ef40f

Browse files
committedOct 4, 2011
Adding back call to assetReport.js - Fixes bug #12201
1 parent c1945a1 commit e5ef40f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎docs/changelog/7.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
7.10.24
22
- fixed #12256: Calendar Search doesn't show admin controls
33
- fixed #12268: Point of sale form missing from cart screen.
4+
- fixed #12201: AssetReport - no selects.
45

56
7.10.23
67
- fixed #12225: Stock asset, multiple instances on a page

‎lib/WebGUI/Form/AssetReportQuery.pm

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ sub toHtml {
261261
$style->setRawHeadTags(qq|<script type="text/javascript">var classValues = $jsonStr; </script>|);
262262
my $jsonData = $self->get("value") || q|{ "isNew" : "true" }|;
263263
$style->setRawHeadTags(qq|<script type="text/javascript">var dataValues = $jsonData; var first_row_error_msg = '$first_row_error_msg';</script>|);
264+
$self->headTags();
264265

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

0 commit comments

Comments
 (0)
Please sign in to comment.