Bugzilla – Attachment 102980 Details for
Bug 25120
In system preference editor first tab is now Accounting and not Acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25120: Make accounting the default tab when opening the pref editor
Bug-25120-Make-accounting-the-default-tab-when-ope.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2020-04-15 10:29:19 UTC
(
hide
)
Description:
Bug 25120: Make accounting the default tab when opening the pref editor
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-15 10:29:19 UTC
Size:
1.31 KB
patch
obsolete
>From 29ba29b5b126e57f2082a681db61dc2084eaa553 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 11 Apr 2020 13:40:39 +0000 >Subject: [PATCH] Bug 25120: Make accounting the default tab when opening the > pref editor > >The default/active tab when opening the sys pref editor used >to be 'Acquisitions' as the first tab, but should now be the new >first 'Accounting' > >To test: >- Go to Administration > System preferences >- Verify the Aquisition tab is second and preselected >- Apply patch >- Repeat >- Verify now Accounting is selected > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > admin/preferences.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/preferences.pl b/admin/preferences.pl >index 9c785bda94..3b1676e0e2 100755 >--- a/admin/preferences.pl >+++ b/admin/preferences.pl >@@ -309,7 +309,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > > my $op = $input->param( 'op' ) || ''; > my $tab = $input->param( 'tab' ); >-$tab ||= 'acquisitions'; # Ideally this should be "local-use" but preferences.pl >+$tab ||= 'accounting'; # Ideally this should be "local-use" but preferences.pl > # does not presently support local use preferences > > my $highlighted; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25120
:
102796
|
102925
| 102980