when you use the stats wizards for stats and look for stats on shelving locations the location names don't show on the screen (but there is a row for each). If you export the file to csv then the field names do show - so it sounds to me like a template/display issue.
Created attachment 4806 [details] example
Sounds like a Template::Toolkit scope issue...
Created attachment 4828 [details] [review] Proposed fix An invalid template syntax for defining a variable's default value is found in the circ report template and several others: [% DEFAULT LibraryNameTitle="Koha Online" %] Based on the T:T docs this appears to be the correct way of defining a default value: [% LibraryNameTitle or "Koha Online" %] Reference: http://template-toolkit.org/docs/manual/Syntax.html#section_Implicit_Directives_GET_and_SET
*** Bug 6493 has been marked as a duplicate of this bug. ***
Patch pushed, please test
The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report.