Bugzilla – Attachment 189406 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), 825 bytes, created by
Matt Blenkinsop
on 2025-11-10 13:22:07 UTC
(
hide
)
Description:
Bug 39711: Order by contract name
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-11-10 13:22:07 UTC
Size:
825 bytes
patch
obsolete
>From 0d63e6e482c6d032c05120448406b1b984b60f81 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 1fb22ba6f94..d43d2e68d31 100755 >--- a/acqui/basketheader.pl >+++ b/acqui/basketheader.pl >@@ -92,7 +92,8 @@ if ( $op eq 'add_form' ) { > [ > { contractenddate => { '>=' => \'now()' } }, > { $basket ? ( contractnumber => $basket->contractnumber ) : () } >- ] >+ ], >+ { order_by => 'contractname' }, > ); > > # Check if basket name should be read-only (EDI-generated with PO number setting) >-- >2.50.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
|
189393
|
189394
|
189395
|
189396
|
189397
|
189398
|
189399
|
189400
|
189401
|
189402
|
189403
|
189404
|
189405
| 189406 |
189407