Bug 28023: Fix Reply-To typo
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 23 Mar 2021 14:14:43 +0000 (11:14 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Apr 2021 15:06:42 +0000 (17:06 +0200)
commit9f79cdf9925c86856775a28bede9fec0dabfcd99
treed7a5e164b9fb237d2f2e5e0ec37763a2bc1043f6
parentad55a2b4d820d914ad398224a62633f6df1e1d8a
Bug 28023: Fix Reply-To typo

This patch fixes a typo making the header useless.

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/Koha/Email.t
=> FAIL: The Reply-To header is not being set!
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass! the header is set!
5. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Email.pm