Bugzilla – Attachment 91347 Details for
Bug 22563
Convert lost handling to use 'status' instead of multiple accounttypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22563: Typo in query (manualinvoice)
Bug-22563-Typo-in-query-manualinvoice.patch (text/plain), 889 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-07-05 17:47:31 UTC
(
hide
)
Description:
Bug 22563: Typo in query (manualinvoice)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-07-05 17:47:31 UTC
Size:
889 bytes
patch
obsolete
>From f21b4ed89e735403d776d2f4859a7e6e2efcd1d7 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 5 Jul 2019 14:47:09 -0300 >Subject: [PATCH] Bug 22563: Typo in query (manualinvoice) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Accounts.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >index 304911628d..34a3ef91a9 100644 >--- a/C4/Accounts.pm >+++ b/C4/Accounts.pm >@@ -163,7 +163,7 @@ sub manualinvoice { > ? $checkouts->next > : Koha::Old::Checkouts->search( > { itemnumber => $itemnum, borrowernumber => $borrowernumber }, >- { order_by => { 'DESC' => 'returndate' }, rows => 1 } >+ { order_by => { -desc => 'returndate' }, rows => 1 } > )->next; > $issue_id = $checkout ? $checkout->issue_id : undef; > } >-- >2.22.0
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 22563
:
86913
|
86914
|
87092
|
87093
|
87094
|
87637
|
87638
|
87639
|
87640
|
87641
|
87642
|
87801
|
87802
|
87803
|
87804
|
87805
|
87806
|
88279
|
88280
|
88281
|
88282
|
88283
|
88284
|
88285
|
88323
|
88324
|
88325
|
88326
|
88327
|
88328
|
88720
|
88721
|
88722
|
88723
|
88724
|
88725
|
89462
|
89463
|
89464
|
89465
|
89466
|
89467
|
90221
|
90222
|
90223
|
90224
|
90225
|
90226
|
90227
|
90307
|
90308
|
90309
|
90310
|
90311
|
90312
|
90330
|
90331
|
90332
|
90333
|
90334
|
90335
|
90632
|
90637
|
90667
|
91338
|
91339
|
91340
|
91341
|
91342
|
91343
|
91344
|
91345
|
91346
| 91347 |
91348