[Koha-patches] [PATCH 2/2] Bug 10671: Update patron help files [ FOLLOW-UP ]

Nicole C. Engard nengard at bywatersolutions.com
Sat Oct 26 05:47:54 CEST 2013


This patch adds two new permissions that were just pushed
to the related patron help files. It is a follow up to the
previous patch that updated the patron help file.

To test:

Apply the patron help patch
Apply this patch
Visit the patron permissions page
Confirm that help is there and right
---
 .../prog/en/modules/help/members/member-flags.tt   |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
index 975ac07..8a79b7a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
@@ -254,6 +254,11 @@
 	<li>Manage orders and baskets</li>
 </ul>
 </li>
+	<li>order_manage_all
+<ul>
+	<li>Manage all orders and baskets, regardless of restrictions on them</li>
+</ul>
+</li>
 	<li>order_receive
 <ul>
 	<li>Manage orders and baskets</li>
@@ -324,6 +329,11 @@
 	<li>Manage routing lists</li>
 </ul>
 </li>
+	<li>superserials
+<ul>
+	<li>Manage subscriptions from any branch (only applies when IndependentBranches is used)</li>
+</ul>
+</li>
 </ul>
 
 <h4>Granular Tools Permissions</h4>
-- 
1.7.2.3



More information about the Koha-patches mailing list