]> git.koha-community.org Git - koha.git/commit
Bug 28023: Fix Reply-To typo
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 23 Mar 2021 14:14:43 +0000 (11:14 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 7 Apr 2021 09:45:44 +0000 (11:45 +0200)
commit296f1e2f6484b723c62941c4642396f36ce22d55
treed7091d5e85838c94f4c06a7bcf86d7b53269878b
parent043f1b532fa034c3e67a33a4dd027d6158b92b02
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>
(cherry picked from commit 9f79cdf9925c86856775a28bede9fec0dabfcd99)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Email.pm