Bug 16692

Summary: Error "No method update!" when creating new serial issue
Product: Koha Reporter: Kyle M Hall <kyle>
Component: SerialsAssignee: Kyle M Hall <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: abl, colin.campbell, f.demians, jschmidt, julian.maurice
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12375    
Bug Blocks:    
Attachments: Bug 16692 - Error "No method update!" when creating new serial issue
Bug 16692 - Error "No method update!" when creating new serial issue
Bug 16692 - Error "No method update!" when creating new serial issue

Description Kyle M Hall 2016-06-08 10:25:04 UTC
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!
Comment 1 Kyle M Hall 2016-06-08 10:25:45 UTC Comment hidden (obsolete)
Comment 2 Jacek Ablewicz 2016-06-08 10:36:57 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-06-08 14:09:08 UTC
Created attachment 52187 [details] [review]
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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Kyle M Hall 2016-06-17 14:37:25 UTC
Pushed to master for 16.11!
Comment 5 Frédéric Demians 2016-06-24 05:45:05 UTC
Pushed in 16.05. Will be in 16.05.01.
Comment 6 Julian Maurice 2016-07-01 06:47:17 UTC
Not needed in 3.22.x