koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/bull lateissues.pl receipt.pl statecollect... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/bull lateissues.pl receipt.pl statecollect... [dev_week]
Date: Thu, 13 Jul 2006 19:09:45 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/07/13 19:09:44

Modified files:
        bull           : lateissues.pl receipt.pl statecollection.pl 
                         subscription-add.pl subscription-bib-search.pl 
                         subscription-detail.pl subscription-renew.pl 

Log message:
        Making serials management require editcatalogue privileges

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/lateissues.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5&r2=1.1.2.5.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/bull/receipt.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.3&r2=1.2.2.3.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/bull/statecollection.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.16.2.1&r2=1.3.2.16.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-add.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.3&r2=1.5.2.3.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-bib-search.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.4&r2=1.3.2.4.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-detail.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.4&r2=1.5.2.4.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-renew.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.3.2.1

Patches:
Index: lateissues.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/lateissues.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.5.2.1
diff -u -b -r1.1.2.5 -r1.1.2.5.2.1
--- lateissues.pl       4 Apr 2006 13:55:34 -0000       1.1.2.5
+++ lateissues.pl       13 Jul 2006 19:09:44 -0000      1.1.2.5.2.1
@@ -40,7 +40,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 

Index: receipt.pl
===================================================================
RCS file: /sources/koha/koha/bull/receipt.pl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.3.2.1
diff -u -b -r1.2.2.3 -r1.2.2.3.2.1
--- receipt.pl  5 Feb 2006 21:59:21 -0000       1.2.2.3
+++ receipt.pl  13 Jul 2006 19:09:44 -0000      1.2.2.3.2.1
@@ -51,7 +51,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
     $template->param(subtable => address@hidden, total => $total

Index: statecollection.pl
===================================================================
RCS file: /sources/koha/koha/bull/statecollection.pl,v
retrieving revision 1.3.2.16.2.1
retrieving revision 1.3.2.16.2.2
diff -u -b -r1.3.2.16.2.1 -r1.3.2.16.2.2
--- statecollection.pl  11 Jul 2006 14:14:42 -0000      1.3.2.16.2.1
+++ statecollection.pl  13 Jul 2006 19:09:44 -0000      1.3.2.16.2.2
@@ -84,7 +84,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 

Index: subscription-add.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/subscription-add.pl,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.3.2.1
diff -u -b -r1.5.2.3 -r1.5.2.3.2.1
--- subscription-add.pl 5 Feb 2006 21:59:21 -0000       1.5.2.3
+++ subscription-add.pl 13 Jul 2006 19:09:44 -0000      1.5.2.3.2.1
@@ -31,7 +31,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 

Index: subscription-bib-search.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/subscription-bib-search.pl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.4.2.1
diff -u -b -r1.3.2.4 -r1.3.2.4.2.1
--- subscription-bib-search.pl  5 Feb 2006 21:59:21 -0000       1.3.2.4
+++ subscription-bib-search.pl  13 Jul 2006 19:09:44 -0000      1.3.2.4.2.1
@@ -84,8 +84,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {borrowers => 1},
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 

Index: subscription-detail.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/subscription-detail.pl,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.4.2.1
diff -u -b -r1.5.2.4 -r1.5.2.4.2.1
--- subscription-detail.pl      13 Feb 2006 07:11:54 -0000      1.5.2.4
+++ subscription-detail.pl      13 Jul 2006 19:09:44 -0000      1.5.2.4.2.1
@@ -85,7 +85,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 

Index: subscription-renew.pl
===================================================================
RCS file: /sources/koha/koha/bull/subscription-renew.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.3.2.1
diff -u -b -r1.1.2.3 -r1.1.2.3.2.1
--- subscription-renew.pl       5 Feb 2006 21:59:21 -0000       1.1.2.3
+++ subscription-renew.pl       13 Jul 2006 19:09:44 -0000      1.1.2.3.2.1
@@ -43,7 +43,7 @@
                                query => $query,
                                type => "intranet",
                                authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
+                               flagsrequired => {editcatalogue => 1},
                                debug => 1,
                                });
 if ($op eq "renew") {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]