https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291
Bug ID: 32291
Summary: What is a library category?
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Also noticed a while ago, while translating. The errors mention library
categories repeatedly, but I didn't figure out how to trigger those messages or
what they were referring to. What is a library category and how can you add
one?
The page is Administration > Libraries
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
[% CASE 'error_on_update_category' %]
<span>An error occurred when updating this library category.
Perhaps it already exists.</span>
[% CASE 'error_on_insert_category' %]
<span>An error occurred when adding this library category. The
categorycode might already exist.</span>
[% CASE 'error_on_delete_category' %]
<span>An error occurred when deleting this library category. Check
the logs.</span>
[% CASE 'success_on_update_category' %]
<span>Library category updated successfully.</span>
[% CASE 'success_on_insert_category' %]
<span>Library category added successfully.</span>
[% CASE 'success_on_delete_category' %]
<span>Library category deleted successfully.</span>
[% CASE 'cannot_delete_category' %]
<span>This library category cannot be deleted. [%
m.data.libraries_count | html %] libraries are still using it.</span>
--
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/