From 62f660de615e27f70fe1b40f3f6b87ff1c1f6d59 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 --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 3942c39..c7b8191 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.1.4