Koha/serials
Jared Camins-Esakov 4a84038a86 Bug 9574: Plack fixes for serials/subscription-add.pl
This patch fixes the following warnings under Plack:
* Use of uninitialized value $firstissuedate in string eq at \
    /home/jcamins/kohaclone/serials/subscription-add.pl line 92.
* Use of uninitialized value $firstissuedate in substr at \
    /home/jcamins/kohaclone/serials/subscription-add.pl line 105.
* Use of qw(...) as parentheses is deprecated at \
    /home/jcamins/kohaclone/serials/subscription-add.pl line 95.
* Variable "$firstissuedate" is not available at \
    /home/jcamins/kohaclone/serials/subscription-add.pl line 338.

To test:
1) Create a subscription. Ensure that setting the first issue's
   publication date works.
2) Edit a subscription. Ensure that the first issue's publication
   date shows up.
3) Sign off.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
No regressions found, all tests and QA script pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-07 09:17:48 -05:00
..
acqui-search-result.pl
acqui-search.pl
checkexpiration.pl Bug 9108: Followup: send the dateformat value from C4::Auth 2013-01-17 21:59:30 -05:00
claims.pl Bug 9108: Followup: send the dateformat value from C4::Auth 2013-01-17 21:59:30 -05:00
lateissues-excel.pl
member-search.pl
reorder_members.pl
routing-preview.pl
routing.pl
serial-issues.pl
serials-collection.pl Bug 8782: Close a subscription 2012-11-30 08:14:24 -05:00
serials-edit.pl Bug 8782: Close a subscription 2012-11-30 08:14:24 -05:00
serials-home.pl
serials-recieve.pl
serials-search.pl Bug 8782: Close a subscription 2012-11-30 08:14:24 -05:00
statecollection.pl
subscription-add.pl Bug 9574: Plack fixes for serials/subscription-add.pl 2013-03-07 09:17:48 -05:00
subscription-bib-search.pl
subscription-detail.pl Bug 8782: Close a subscription 2012-11-30 08:14:24 -05:00
subscription-renew.pl
viewalerts.pl