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

(-)a/Koha/Patron/Modification.pm (-2 / +2 lines)
Lines 135-141 sub approve { Link Here
135
                            code           => $attr->{code},
135
                            code           => $attr->{code},
136
                            attribute      => $attr->{value}
136
                            attribute      => $attr->{value}
137
                        }
137
                        }
138
                    )->store;
138
                    )->store
139
                        if $attr->{value};
139
                }
140
                }
140
            }
141
            }
141
            catch {
142
            catch {
142
- 

Return to bug 13757