]> git.koha-community.org Git - koha.git/commit
Bug 13109 - Serial failure for received and general viewing.
authorMason James <mtj@kohaaloha.com>
Mon, 30 Mar 2015 06:33:45 +0000 (19:33 +1300)
committerMason James <mtj@kohaaloha.com>
Fri, 29 May 2015 07:48:10 +0000 (19:48 +1200)
commitfddeb231827dfb17af18ecd4ea0e7f26644105b1
tree660934c4d917e4fa0c6ab192bd0495b881ad0523
parentd209815421ae09f492b03666a587c3aef05f62c0
Bug 13109 - Serial failure for received and general viewing.

to test...

1/ attempt to view a subscription-detail that has a NULL value for either it's 'startdate' or 'enddate'

  an example url would be...
  http://koha-admin.foo.org/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=1

  observe error...
  'Date::Calc::PP::Delta_Days(): Usage: Date::Calc::Delta_Days($year1,$month1,$day1,$year2,$month2,$day2) at /your/koha/C4/Serials.pm line 2325'

2/ apply patch
3/ repeat step 1/
   observe that detail page displays OK

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
I confirm the issue if startdate is null (can exist with old data,
before the js check on the form).
Amended patch: Remove trailing space char and the link to the bz number
(can be found using git log).

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Serials.pm