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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 29 Apr 2015 02:19:37 +0000 (23:19 -0300)
commit381959a935b39b08fc53e81b0fb4f9b383c11adb
treed795f58f4a0ea6e36755185960b90ec03093a3fe
parent1a585ec7fe870a0c6145c91bc4c81d7439e34ef0
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: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Serials.pm