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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +1 lines)
Lines 525-531 Link Here
525
                    }
525
                    }
526
                },
526
                },
527
                error: function() {
527
                error: function() {
528
                    alert("an error occurred");
528
                    alert( _("An error occurred. Patron list could not be updated.") );
529
                }
529
                }
530
            });
530
            });
531
            return true;
531
            return true;
532
- 

Return to bug 28867