Bug 9452: C4::Letters not Plack-compatible
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 12 May 2013 18:22:54 +0000 (14:22 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 19 May 2013 12:38:44 +0000 (08:38 -0400)
commitdc7ad9b673587f53fa6cee119c3cd0bebabb0669
tree470a3e0bda3ccc8eb397d85ba30edbc2054e8739
parentea5f35e47f13d2ef20529fa261d7469c8efb34ce
Bug 9452: C4::Letters not Plack-compatible

Prior to this patch, at more-or-less random intervals pages working
with notices will cease to function. To test:

1) Apply patch.
2) Try to edit some notices.
3) Trigger some notices.
4) If you were able to edit the notices and trigger the notices, sign
   off.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests and QA script pass.
I did a regression script without Plack:
- edit, add, delete and copy notice
- trigger checkout/checkin notice
- print issueslip
No problems found.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 26a4b33e57d102acd5353d6a8a560995c2952429)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Letters.pm