Bug 30711

Summary: Fix space in check for dateformat preference
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 29212    
Bug Blocks:    

Description Owen Leonard 2022-05-06 13:31:15 UTC
calendar.inc in both the OPAC and staff interface have a space in the call to the dateformat system preference:

var dateformat_pref = "[% Koha.Preference('dateformat ') | html %]";
                                                     ^
Comment 1 Owen Leonard 2022-05-06 13:46:18 UTC

*** This bug has been marked as a duplicate of bug 30706 ***