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

(-)a/Koha/Patron/Modification.pm (-2 / +1 lines)
Lines 146-152 sub approve { Link Here
146
                    Koha::Exceptions::Patron::Modification->throw( $_->{msg} );
146
                    Koha::Exceptions::Patron::Modification->throw( $_->{msg} );
147
                }
147
                }
148
                else {
148
                else {
149
                    Koha::Exceptions::Patron::Modification->throw($@);
149
                    Koha::Exceptions::Patron::Modification->throw($_);
150
                }
150
                }
151
            };
151
            };
152
        }
152
        }
153
- 

Return to bug 21134