Bugzilla – Attachment 59583 Details for
Bug 17782
Patron updated_on field should be set to current timestamp when borrower is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17782 - Allow discard_changes to work for Deletedborrower class
Bug-17782---Allow-discardchanges-to-work-for-Delet.patch (text/plain), 905 bytes, created by
Kyle M Hall (khall)
on 2017-01-26 13:27:38 UTC
(
hide
)
Description:
Bug 17782 - Allow discard_changes to work for Deletedborrower class
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-01-26 13:27:38 UTC
Size:
905 bytes
patch
obsolete
>From 49171011b190c50db2d12ce71eb72dd3c56e97bf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 26 Jan 2017 10:28:30 +0000 >Subject: [PATCH] Bug 17782 - Allow discard_changes to work for Deletedborrower > class > >--- > Koha/Schema/Result/Deletedborrower.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >index 937a4a4..88468c8 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -607,6 +607,6 @@ __PACKAGE__->add_columns( > # Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-09-13 17:32:29 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pcdyzQacTbFDJ9R1k0E8mA > >+__PACKAGE__->set_primary_key("borrowernumber"); > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >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 17782
:
58203
|
58890
|
58913
|
59558
|
59573
|
59583
|
59605
|
59606
|
59607
|
60047