@@ -, +, @@ --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Accounts.pm +++ a/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 --