https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com, | |[email protected] --- Comment #2 from Jonathan Druart <[email protected]> --- Sorry Caroline, I haven't seen this one before. IMO the localization should not include your own (or company) preferences. See bellow. +UPDATE systempreferences SET value = 'fre|eng' WHERE variable = 'AdvancedSearchLanguages'; +UPDATE systempreferences SET value = 'CA' WHERE variable = 'AmazonLocale'; +UPDATE systempreferences SET value = 'père|mère|grand-parent|tuteur légal|autre' WHERE variable = 'borrowerRelationship'; +UPDATE systempreferences SET value = 'M.|Mme|Mx' WHERE variable = 'BorrowersTitles'; ok +UPDATE systempreferences SET value = 365 WHERE variable = 'ConfirmFutureHolds'; nok +UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurencyFormat'; +UPDATE systempreferences SET value = 'iso' WHERE variable = 'dateformat'; ok +UPDATE systempreferences SET value = 1 where variable ='FilterBeforeOverdueReport'; +UPDATE systempreferences SET value = 'production' WHERE variable = 'finesMode'; +UPDATE systempreferences SET value = 365 WHERE variable = 'HoldsToPullStartDate'; nok +UPDATE systempreferences SET value = 'fr' WHERE variable = 'KohaManualLanguage'; +UPDATE systempreferences SET value = 'fr-CA,en' WHERE variable = 'language'; +UPDATE systempreferences SET value = 'http://www.marc21.ca/MaJ/BIB/B{FIELD}.pdf' WHERE variable = 'MarcFieldDocURL'; +UPDATE systempreferences SET value = 'pdfformat::layout3pagesfr' WHERE variable = 'OrderPdfFormat'; +UPDATE systempreferences SET value = 'fr-CA,en' WHERE variable = 'OPACLanguages'; ok +UPDATE systempreferences SET value = 0 WHERE variable = 'OpacAllowPublicListCreation'; +UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay'; +UPDATE systempreferences SET value = '' WHERE variable = 'OpacNav'; +UPDATE systempreferences SET value = '' WHERE variable = 'OpacNavBottom'; +UPDATE systempreferences SET value = 1 WHERE variable = 'OpacSuppression'; nok +UPDATE systempreferences SET value = '0|0.05|0.09975|0.14975' WHERE variable = 'TaxRates'; ok +UPDATE systempreferences SET value = 1 WHERE variable = 'useDefaultReplacementCost'; nok Does it make sense? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
