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:37:56 +0000 (08:37 -0400)
commit26a4b33e57d102acd5353d6a8a560995c2952429
treeb5d01b58551d8728d941d2997d60ac2cacb89c46
parentf04b9ec3266211d9a777aefa686e0ea1e9fc0028
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>
C4/Letters.pm