[Koha-bugs] [Bug 7046] subscription renewal period should be a pull down

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 5 11:39:45 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7046

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #18 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list