File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
7.10.24
2
2
- fixed #12256: Calendar Search doesn't show admin controls
3
3
- fixed #12268: Point of sale form missing from cart screen.
4
+ - fixed #12201: AssetReport - no selects.
4
5
5
6
7.10.23
6
7
- fixed #12225: Stock asset, multiple instances on a page
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ sub toHtml {
261
261
$style -> setRawHeadTags(qq| <script type="text/javascript">var classValues = $jsonStr ; </script>| );
262
262
my $jsonData = $self -> get(" value" ) || q| { "isNew" : "true" }| ;
263
263
$style -> setRawHeadTags(qq| <script type="text/javascript">var dataValues = $jsonData ; var first_row_error_msg = '$first_row_error_msg ';</script>| );
264
+ $self -> headTags();
264
265
265
266
# Decode JSON data for filling in some of the fields
266
267
my $jsonDataHash = JSON-> new-> decode($jsonData );
You can’t perform that action at this time.
0 commit comments