Skip to content

Commit

Permalink
remove second script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcino Van Rooyen committed May 23, 2023
1 parent acdba19 commit be9c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_dot_app.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public function hookDisplayProductButtons($params) {
);
}

return '<script <script type="text/javascript"> window.print_dot_app_data = ' . json_encode($pdaData). ';</script>';
return '<script type="text/javascript"> window.print_dot_app_data = ' . json_encode($pdaData). ';</script>';
}

public function hookDisplayHeader($params) {
Expand Down

0 comments on commit be9c397

Please sign in to comment.