Bug 16692 - Error "No method update!" when creating new serial issue
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 8 Jun 2016 10:24:56 +0000 (10:24 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Jun 2016 14:37:00 +0000 (14:37 +0000)
commit557a5989093982f41173df8267658cb1d90e76cd
tree9eb34546359003f865fc7061120d73808d386d0c
parent58207446755cb2533fac48252c3b70154b164feb
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Serials.pm