https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7046
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from David Nind <[email protected]> --- Hi Alex. When I go to add a ne subscription (step 9) I get an error when trying to save the subscription: Can't locate object method "getsublength" via package "C4::Serials" at /kohadevbox/koha/serials/subscription-add.pl line 322 in CGI::Compile::ROOT::kohadevbox_koha_serials_subscription_2dadd_2epl::redirect_add_subscription at /kohadevbox/koha/serials/subscription-add.pl line 322 319: 320: my $subtype = $query->param('subtype'); 321: my $sublength = $query->param('sublength'); 322: my ( $numberlength, $weeklength, $monthlength ) 323: = C4::Serials->getsublength( $subtype, $sublength ); 324: my $add1 = $query->param('add1'); 325: my $lastvalue1 = $query->param('lastvalue1'); in (eval) at /kohadevbox/koha/serials/subscription-add.pl line 184 181: } 182: 183: if ($op eq 'addsubscription') { 184: redirect_add_subscription(); 185: } elsif ($op eq 'modsubscription') { 186: redirect_mod_subscription(); 187: } else { in CGI::Compile::ROOT::kohadevbox_koha_serials_subscription_2dadd_2epl::__ANON__ at /kohadevbox/koha/serials/subscription-add.pl line 519 516: return; 517: } Show function arguments -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
