From abc32e9099376b6f6c9ffed8033e8e041c4cec68 Mon Sep 17 00:00:00 2001 From: Lee Jamison Date: Sat, 10 Jun 2017 09:26:51 +0000 Subject: [PATCH] Bug 18584: Fix trailing spaces in C4/Accounts.pm Removed trailing spaces at line 182 of C4::Accounts. Test plan: 1. Edit C4/Accounts.pm and verify trailing spaces 2. Apply patch 3. Verify that trailing spaces in C4/Accounts have been removed Signed-off-by: Lee Jamison Signed-off-by: Jonathan Druart (cherry picked from commit a80ed84d070f81065b1fb2fa14f5ced3c25d6431) --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 3942c39e2a..c7b8191742 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -179,7 +179,7 @@ should be the empty string. #' # FIXME: In Koha 3.0 , the only account adjustment 'types' passed to this function -# are : +# are: # 'C' = CREDIT # 'FOR' = FORGIVEN (Formerly 'F', but 'F' is taken to mean 'FINE' elsewhere) # 'N' = New Card fee -- 2.39.5