60db9a9e24
This patch updates the German web installer files from the optional directory. This includes: - Adding the bridge/reference.gif to the REF itemtype - Updating currency rates and setting EUR to active - Adding branchcode MPL to the sample holidays - Updating a few strings on the patroncard samples - Fixing typos and rephrasing To test: - Run the web installer with German installed - Verify all optional SQL files are installed correctly Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
15 lines
535 B
SQL
15 lines
535 B
SQL
INSERT INTO branches ( `branchcode`,`branchname`,`branchaddress1`) VALUES
|
|
|
|
('MPL','Midway','372 Forest Street'),
|
|
('SPL','Springfield','Highland Boulevard'),
|
|
('RPL','Riverside','Johnson Terrace'),
|
|
('CPL','Centerville','Jefferson Summit'),
|
|
('FPL','Fairview','Hickory Squere'),
|
|
('FFL','Fairfield','River Station'),
|
|
('IPT','Institut Protestant de Théologie',''),
|
|
('PVL','Pleasant Valley','Meadow Grove'),
|
|
('TPL','Troy','Valley Way'),
|
|
('FRL','Franklin','Smith Heights'),
|
|
('LPL','Liberty','East Hills'),
|
|
('UPL','Union','Chestnut Hollow')
|
|
;
|