e39ce37e3f
- Adds translations for new permissions - Adds ISO code to the sample currencies - Removes a comment line about branchrelations from sample_libraries (en) To test: - Run the German web installer with all sample data selected - Verify it runs without problems - If you speak German - verify the translations make sense Signed-off-by: Owen Leonard <oleonard@myacpl.org> No errors from the web installer. I verified that all the changes I saw in the diff appeared correctly in the permissions. Currencies all appeared to be correct after installation. Translations appeared to be very German-looking. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
18 lines
627 B
SQL
18 lines
627 B
SQL
-- INSERT INTO branchcategories ( `categorycode`,`categoryname`,`codedescription`) VALUES
|
|
|
|
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')
|
|
;
|
|
|