Skip to content

Fixed bug with rendered inline report in Excel export which resulted to error....

Enis Nuredini requested to merge bug_medtool_excel_export into develop

Fixed bug with rendered inline report in Excel export which resulted to error. Boolean variable inlineReport have been overwritten in every situation with systemInlineReport (happens only if typo3 User is logged in). Now it will be only overwritten if inlineReport is true in this situation. Normally inlineReport is set to false if specific condition like export excel is used.

Merge request reports