Bugzilla – Attachment 67961 Details for
Bug 13572
Add not-expired parameter to borrowers-force-messaging-defaults script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13572: (Follow-up) Print since on a separate line
Bug-13572-Follow-up-Print-since-on-a-separate-line.patch (text/plain), 1014 bytes, created by
Marcel de Rooy
on 2017-10-11 14:30:25 UTC
(
hide
)
Description:
Bug 13572: (Follow-up) Print since on a separate line
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-11 14:30:25 UTC
Size:
1014 bytes
patch
obsolete
>From 4ff3a0a2addc341d31a281cf0999b887fec33d32 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 11 Oct 2017 16:09:19 +0200 >Subject: [PATCH] Bug 13572: (Follow-up) Print since on a separate line >Content-Type: text/plain; charset=utf-8 > >Very trivial change. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/maintenance/borrowers-force-messaging-defaults.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/maintenance/borrowers-force-messaging-defaults.pl b/misc/maintenance/borrowers-force-messaging-defaults.pl >index f6bbc24..1bca97d 100755 >--- a/misc/maintenance/borrowers-force-messaging-defaults.pl >+++ b/misc/maintenance/borrowers-force-messaging-defaults.pl >@@ -42,7 +42,7 @@ sub force_borrower_messaging_defaults { > my ($doit, $truncate, $since, $actives) = @_; > > $since = '0000-00-00' if (!$since); >- print $since; >+ print "Since: $since\n"; > > my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; >-- >2.1.4
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 13572
:
35164
|
41235
|
46179
|
46180
|
58206
|
67959
|
67960
|
67961
|
68059
|
68060
|
68061
|
68183