Fatal Error - File not found on grid export - generated line does not use friendly name of app - version 9.6.006

In the generated file <grid_app>_export_ctrl.php (deployed to prod) on line 4, the generator uses the application name in the “include once” statement instead of the friendly name of the app resulting in a PHP fatal error.

<?php

@session_start() ;

$_SESSION[‘scriptcase’][‘grid_eventPubNews’][‘sc_process_barr’] = true;

//require_once(’…/grid_eventPubNews/index.php’); — Generated line uses app-name
require_once(’…/ev-list-event-pub/index.php’); // Correction

unset($_SESSION[‘scriptcase’][‘grid_eventPubNews’][‘sc_process_barr’]);

Error found in version in use is 9.6.006.