Bugzilla – Attachment 181587 Details for
Bug 39711
Migrate C4::Contract to object classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39711: Order by contract name
Bug-39711-Order-by-contract-name.patch (text/plain), 761 bytes, created by
Jonathan Druart
on 2025-04-28 10:41:18 UTC
(
hide
)
Description:
Bug 39711: Order by contract name
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-28 10:41:18 UTC
Size:
761 bytes
patch
obsolete
>From 79090b5383543cf6ffcb9066db5e9cd68d76c96f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 28 Apr 2025 12:40:56 +0200 >Subject: [PATCH] Bug 39711: Order by contract name > >--- > acqui/basketheader.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/acqui/basketheader.pl b/acqui/basketheader.pl >index d6ee1e24b7b..4b7b33cfe2a 100755 >--- a/acqui/basketheader.pl >+++ b/acqui/basketheader.pl >@@ -91,7 +91,8 @@ if ( $op eq 'add_form' ) { > [ > { contractenddate => { '>=' => \'now()' } }, > { $basket ? ( contractnumber => $basket->contractnumber ) : () } >- ] >+ ], >+ { order_by => 'contractname' }, > ); > > $template->param( >-- >2.34.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 39711
:
181453
|
181454
|
181455
|
181456
|
181457
|
181458
|
181459
|
181460
|
181461
|
181580
|
181581
|
181582
|
181583
|
181584
|
181586
| 181587 |
181588