http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12137
--- Comment #17 from M. Tompsett <[email protected]> --- (In reply to Jonathan Druart from comment #14) > Since the list is complete, it would have been easier to add 'Saturday', > don't you think? Look at the old code: CalendarFirstDayOfWeek => ( C4::Context->preference("CalendarFirstDayOfWeek") eq "Sunday" ) ? 0 : 1 Is it easier to extend that with more code? Or just use the values 0-6 in the first place? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
