Bugzilla – Attachment 103792 Details for
Bug 24298
Record if a transfer was triggered by 'return to homebranch'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24298: (RM follow-up) Re-introduce TransferTrigger drop through
Bug-24298-RM-follow-up-Re-introduce-TransferTrigge.patch (text/plain), 941 bytes, created by
Martin Renvoize (ashimema)
on 2020-04-27 13:25:15 UTC
(
hide
)
Description:
Bug 24298: (RM follow-up) Re-introduce TransferTrigger drop through
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-04-27 13:25:15 UTC
Size:
941 bytes
patch
obsolete
>From f597c66934f5d97fca47f3ebaaddab8a532ec899 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 27 Apr 2020 14:22:21 +0100 >Subject: [PATCH] Bug 24298: (RM follow-up) Re-introduce TransferTrigger drop > through > >A rebase lost the fall through for TransferTrigger as a message. This >patch simply adds back in the dropped elsif statement. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > circ/returns.pl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/circ/returns.pl b/circ/returns.pl >index f0e4abe9fc..8044262551 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -513,6 +513,9 @@ foreach my $code ( keys %$messages ) { > } > elsif ( $code eq 'NeedsTransfer' ) { > } >+ elsif ( $code eq 'TransferTrigger' ) { >+ ; # Handled alongside NeedsTransfer >+ } > elsif ( $code eq 'Wrongbranch' ) { > } > elsif ( $code eq 'Debarred' ) { >-- >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 24298
:
97450
|
97451
|
97506
|
97507
|
97535
|
97536
|
98292
|
98293
|
98294
|
99774
|
99775
|
99776
|
99777
|
99781
|
99782
|
99783
|
99784
|
100621
|
100622
|
100623
|
100624
|
100625
| 103792