View | Details | Raw Unified | Return to bug 18584
Collapse All | Expand All

(-)a/C4/Accounts.pm (-2 / +1 lines)
Lines 179-185 should be the empty string. Link Here
179
179
180
#'
180
#'
181
# FIXME: In Koha 3.0 , the only account adjustment 'types' passed to this function
181
# FIXME: In Koha 3.0 , the only account adjustment 'types' passed to this function
182
# are :  
182
# are:
183
# 		'C' = CREDIT
183
# 		'C' = CREDIT
184
# 		'FOR' = FORGIVEN  (Formerly 'F', but 'F' is taken to mean 'FINE' elsewhere)
184
# 		'FOR' = FORGIVEN  (Formerly 'F', but 'F' is taken to mean 'FINE' elsewhere)
185
# 		'N' = New Card fee
185
# 		'N' = New Card fee
186
- 

Return to bug 18584