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

(-)a/Koha/Account.pm (-4 / +1 lines)
Lines 317-326 sub add_credit { Link Here
317
                Koha::Exceptions::Account::UnrecognisedType->throw(
317
                Koha::Exceptions::Account::UnrecognisedType->throw(
318
                    error => 'Type of credit not recognised' );
318
                    error => 'Type of credit not recognised' );
319
            }
319
            }
320
            else {
321
                $_->rethrow;
322
            }
323
        }
320
        }
321
        $_->rethrow;
324
    };
322
    };
325
323
326
    return $line;
324
    return $line;
327
- 

Return to bug 34316