From 49171011b190c50db2d12ce71eb72dd3c56e97bf Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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