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

(-)a/Koha/Object.pm (-3 / +2 lines)
Lines 142-150 sub store { Link Here
142
                    duplicate_id => $+{key}
142
                    duplicate_id => $+{key}
143
                );
143
                );
144
            }
144
            }
145
            # Catch-all for foreign key breakages. It will help find other use cases
146
            $->rethrow();
147
        }
145
        }
146
        # Catch-all for foreign key breakages. It will help find other use cases
147
        $_->rethrow();
148
    }
148
    }
149
}
149
}
150
150
151
- 

Return to bug 19828