[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-07-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Hammat wele  changed:

   What|Removed |Added

 CC||hammat.w...@inlibro.com
 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-07-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #13 from Hammat wele  ---
Created attachment 169919
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169919&action=edit
Bug 35434: (follow-up) Unit test

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-07-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #12 from Hammat wele  ---
Created attachment 169918
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169918&action=edit
Bug 35434: (follow-up) added canreservefromotherbranches in addition to
canreservefromotherbranches to prevent non-superlibrarians from placing holds
in other libraries

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-07-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Hammat wele  changed:

   What|Removed |Added

 Attachment #166648|0   |1
is obsolete||

--- Comment #11 from Hammat wele  ---
Created attachment 169917
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169917&action=edit
Bug 35434: IndependentBranches prevents non-superlibrarians from placing holds
in other libraries

I updated the hold page on the staff interface so that non-superlibrarians
can't place holds in other libraries when the system preference
'IndependentBranches' is enabled.

TEST PLAN
1) Appy the patch.
2) In 'Koha administration > System preferences', set 'IndependentBranches' to
'yes'.
3) In 'Koha administration > Circulation and fines rules', add a rule by only
clicking the 'Save' button (this will create a circulation rule for all patron
categories and all item types, allowing unlimited holds).
4) Create a staff patron (with username and password).
---> In 'Patrons > + New patron > Staff', fill the required fields, add a
username and password.
---> Remember the home library.
---> Click the 'Save' button.
5) Add permissions to the created patron.
---> In the patron detail page, click on 'More > Set permissions' and check
the following boxes:
- Staff access, allows viewing of catalogue in staff interface
- Add, modify and view patron information
- Place and modify holds for patrons
---> Click the 'Save' button.
6) Create an other patron of any patron category with the same home library as
the staff patron you created.
7) Create a record with one item.
---> In 'Cataloging > + New record', fill the required fields.
---> Click the 'Save' button.
---> You should now be in the item form. Fill the required field (home
library and current library should be the same as the patron's home library).
---> Click the 'Add item' button.
8) On the record details page, click 'Place hold' and search for the patron you
created in step 6.
---> In the 'Pickup at' field, you should see all the libraries.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.
9) Log out from the staff interface and login with the staff patron you
created.
10) Click 'Search catalog' from the search bar and search for the record you
created.
11) On the record details page, click 'Place hold', then search for the patron
in step 6.
---> In the 'Pickup at' field, you should only see the home library of the
item.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.

Signed-off-by: Anni Rajala 
Signed-off-by: baptiste 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-06-25 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Nick Clemens (kidclamp)  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||n...@bywatersolutions.com

--- Comment #10 from Nick Clemens (kidclamp)  ---
Can we get a unit test for this change?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-05-15 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Martin Renvoize  changed:

   What|Removed |Added

   Severity|enhancement |normal
 CC||martin.renvoize@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-05-13 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Baptiste  changed:

   What|Removed |Added

 Attachment #161509|0   |1
is obsolete||

--- Comment #9 from Baptiste  ---
Created attachment 166648
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166648&action=edit
Bug 35434: IndependentBranches prevents non-superlibrarians from placing holds
in other libraries

I updated the hold page on the staff interface so that non-superlibrarians
can't place holds in other libraries when the system preference
'IndependentBranches' is enabled.

TEST PLAN
1) Appy the patch.
2) In 'Koha administration > System preferences', set 'IndependentBranches' to
'yes'.
3) In 'Koha administration > Circulation and fines rules', add a rule by only
clicking the 'Save' button (this will create a circulation rule for all patron
categories and all item types, allowing unlimited holds).
4) Create a staff patron (with username and password).
---> In 'Patrons > + New patron > Staff', fill the required fields, add a
username and password.
---> Remember the home library.
---> Click the 'Save' button.
5) Add permissions to the created patron.
---> In the patron detail page, click on 'More > Set permissions' and check
the following boxes:
- Staff access, allows viewing of catalogue in staff interface
- Add, modify and view patron information
- Place and modify holds for patrons
---> Click the 'Save' button.
6) Create an other patron of any patron category with the same home library as
the staff patron you created.
7) Create a record with one item.
---> In 'Cataloging > + New record', fill the required fields.
---> Click the 'Save' button.
---> You should now be in the item form. Fill the required field (home
library and current library should be the same as the patron's home library).
---> Click the 'Add item' button.
8) On the record details page, click 'Place hold' and search for the patron you
created in step 6.
---> In the 'Pickup at' field, you should see all the libraries.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.
9) Log out from the staff interface and login with the staff patron you
created.
10) Click 'Search catalog' from the search bar and search for the record you
created.
11) On the record details page, click 'Place hold', then search for the patron
in step 6.
---> In the 'Pickup at' field, you should only see the home library of the
item.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.

Signed-off-by: Anni Rajala 
Signed-off-by: baptiste 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-05-13 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Baptiste  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-02-27 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Phan Tung Bui  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-02-27 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Phan Tung Bui  changed:

   What|Removed |Added

 CC||phan-tung@inlibro.com

--- Comment #8 from Phan Tung Bui  ---
Here comes the updated version of plan test :

TEST PLAN
1) Appy the patch.
2) In 'Koha administration > System preferences' : 
- set 'IndependentBranches' to 'yes'
- set 'IndependentBranchesPatronModifications' to 'yes'
- set 'IndependentBranchesTransfers' to 'yes'
- set 'canreservefromotherbranches' to 'Don't allow'
3) In 'Koha administration > Circulation and fines rules', add a rule by only
clicking the 'Save' button (this will create a circulation rule for all patron
categories and all item types, allowing unlimited holds).
4) Create a staff patron (with username and password).
---> In 'Patrons > + New patron > Staff', fill the required fields, add a
username and password.
---> Remember the home library.
---> Click the 'Save' button.
5) Add permissions to the created patron.
---> In the patron detail page, click on 'More > Set permissions' and check
the following boxes:
- Staff access, allows viewing of catalogue in staff interface
- Add, modify and view patron information
- Place and modify holds for patrons
---> Click the 'Save' button.
6) Create an other patron of any patron category with the same home library as
the staff patron you created.
7) Create a record with one item.
---> In 'Cataloging > + New record', fill the required fields.
---> Click the 'Save' button.
---> You should now be in the item form. Fill the required field (home
library and current library should be the same as the patron's home library).
---> Click the 'Add item' button.
8) On the record details page, click 'Place hold' and search for the patron you
created in step 6.
---> In the 'Pickup at' field, you should see all the libraries.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.
9) Log out from the staff interface and login with the staff patron you
created.
10) Click 'Search catalog' from the search bar and search for the record you
created.
11) On the record details page, click 'Place hold', then search for the patron
in step 6.
---> In the 'Pickup at' field, you should only see the home library of the
item.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #7 from Katrin Fischer  ---
Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #6 from Blou  ---
Emily Rose is back at school.  I'll assign this issue to another dev, they
should be able to answer you shortly.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-01-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #5 from Katrin Fischer  ---
(In reply to Katrin Fischer from comment #3)
> IIRC canreservefromotherbranches was also used in this context, but it seems
> missing from the test plan.

Can you please reply/comment?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Anni Rajala  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||anni.raj...@turku.fi

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2024-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

PTFS Europe Sandboxes  changed:

   What|Removed |Added

 Attachment #159346|0   |1
is obsolete||

--- Comment #4 from PTFS Europe Sandboxes  ---
Created attachment 161509
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161509&action=edit
Bug 35434: IndependentBranches prevents non-superlibrarians from placing holds
in other libraries

I updated the hold page on the staff interface so that non-superlibrarians
can't place holds in other libraries when the system preference
'IndependentBranches' is enabled.

TEST PLAN
1) Appy the patch.
2) In 'Koha administration > System preferences', set 'IndependentBranches' to
'yes'.
3) In 'Koha administration > Circulation and fines rules', add a rule by only
clicking the 'Save' button (this will create a circulation rule for all patron
categories and all item types, allowing unlimited holds).
4) Create a staff patron (with username and password).
---> In 'Patrons > + New patron > Staff', fill the required fields, add a
username and password.
---> Remember the home library.
---> Click the 'Save' button.
5) Add permissions to the created patron.
---> In the patron detail page, click on 'More > Set permissions' and check
the following boxes:
- Staff access, allows viewing of catalogue in staff interface
- Add, modify and view patron information
- Place and modify holds for patrons
---> Click the 'Save' button.
6) Create an other patron of any patron category with the same home library as
the staff patron you created.
7) Create a record with one item.
---> In 'Cataloging > + New record', fill the required fields.
---> Click the 'Save' button.
---> You should now be in the item form. Fill the required field (home
library and current library should be the same as the patron's home library).
---> Click the 'Add item' button.
8) On the record details page, click 'Place hold' and search for the patron you
created in step 6.
---> In the 'Pickup at' field, you should see all the libraries.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.
9) Log out from the staff interface and login with the staff patron you
created.
10) Click 'Search catalog' from the search bar and search for the record you
created.
11) On the record details page, click 'Place hold', then search for the patron
in step 6.
---> In the 'Pickup at' field, you should only see the home library of the
item.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.

Signed-off-by: Anni Rajala 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #3 from Katrin Fischer  ---
IIRC canreservefromotherbranches was also used in this context, but it seems
missing from the test plan.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Lucas Gass  changed:

   What|Removed |Added

 CC||lu...@bywatersolutions.com

--- Comment #2 from Lucas Gass  ---
Emily, can we have a unit test for this?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Emily-Rose Francoeur  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Emily-Rose Francoeur  changed:

   What|Removed |Added

 CC||caroline.cyr-la-rose@inlibr
   ||o.com,
   ||emily-rose.francoeur@inLibr
   ||o.com,
   ||philippe.blo...@inlibro.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

--- Comment #1 from Emily-Rose Francoeur  ---
Created attachment 159346
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159346&action=edit
Bug 35434: IndependentBranches prevents non-superlibrarians from placing holds
in other libraries

I updated the hold page on the staff interface so that non-superlibrarians
can't place holds in other libraries when the system preference
'IndependentBranches' is enabled.

TEST PLAN
1) Appy the patch.
2) In 'Koha administration > System preferences', set 'IndependentBranches' to
'yes'.
3) In 'Koha administration > Circulation and fines rules', add a rule by only
clicking the 'Save' button (this will create a circulation rule for all patron
categories and all item types, allowing unlimited holds).
4) Create a staff patron (with username and password).
---> In 'Patrons > + New patron > Staff', fill the required fields, add a
username and password.
---> Remember the home library.
---> Click the 'Save' button.
5) Add permissions to the created patron.
---> In the patron detail page, click on 'More > Set permissions' and check
the following boxes:
- Staff access, allows viewing of catalogue in staff interface
- Add, modify and view patron information
- Place and modify holds for patrons
---> Click the 'Save' button.
6) Create an other patron of any patron category with the same home library as
the staff patron you created.
7) Create a record with one item.
---> In 'Cataloging > + New record', fill the required fields.
---> Click the 'Save' button.
---> You should now be in the item form. Fill the required field (home
library and current library should be the same as the patron's home library).
---> Click the 'Add item' button.
8) On the record details page, click 'Place hold' and search for the patron you
created in step 6.
---> In the 'Pickup at' field, you should see all the libraries.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.
9) Log out from the staff interface and login with the staff patron you
created.
10) Click 'Search catalog' from the search bar and search for the record you
created.
11) On the record details page, click 'Place hold', then search for the patron
in step 6.
---> In the 'Pickup at' field, you should only see the home library of the
item.
---> In the 'Allowed pickup locations' column of the item, you should see
the same.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 35434] Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434

Emily-Rose Francoeur  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |emily-rose.francoeur@inLibr
   |ity.org |o.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/