Bugzilla – Attachment 52179 Details for
Bug 16692
Error "No method update!" when creating new serial issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16692 - Error "No method update!" when creating new serial issue
Bug-16692---Error-No-method-update-when-creating-n.patch (text/plain), 998 bytes, created by
Jacek Ablewicz
on 2016-06-08 10:36:57 UTC
(
hide
)
Description:
Bug 16692 - Error "No method update!" when creating new serial issue
Filename:
MIME Type:
Creator:
Jacek Ablewicz
Created:
2016-06-08 10:36:57 UTC
Size:
998 bytes
patch
obsolete
>From fffe25080084a1e154b879110824fbbd8f86432c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 8 Jun 2016 10:24:56 +0000 >Subject: [PATCH] Bug 16692 - Error "No method update!" when creating new > serial issue > >An improper method call was left over in C4::Serials::NewIssue from the >switch from DBIx::Class to Koha::Object. > >Test Plan: >1) prove t/db_dependent/Serials.t >2) Note the errors >3) Apply this patch >4) prove t/db_dependent/Serials.t >5) No errors! > >Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl> >--- > C4/Serials.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index eca9b13..f38b03b 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -1599,7 +1599,7 @@ sub NewIssue { > > $subscription_history->recievedlist($recievedlist); > $subscription_history->missinglist($missinglist); >- $subscription_history->update(); >+ $subscription_history->store(); > > return $serialid; > } >-- >1.7.10.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 16692
:
52178
|
52179
|
52187