Topic: Report Selector Orientation (Portrait, Landscape) implmented in FA 2.4
The Report Selector Orientation (Portrait, Landscape) is now implemented in Report Centre for all Reports in FA Release 2.4 (unstable).
If Landscape is selected, the column offsets are recalculated with the new page width.
In config.default.config.php (config.php) a flag for this orientation is added
/* default print orientation. 0 = Portrait, 1 = Landscape */
$def_print_orientation = 0;
/Joe