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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 2000-2006 Link Here
2000
                              $('#addResult')
2000
                              $('#addResult')
2001
                                .empty()
2001
                                .empty()
2002
                                .attr('class', 'alert alert-warning')
2002
                                .attr('class', 'alert alert-warning')
2003
                                .append(__x('Warning: Item {barcode} is reserved', { barcode }))
2003
                                .append(__x('Warning: Item {barcode} is on hold', { barcode }))
2004
                                .append(' ', button);
2004
                                .append(' ', button);
2005
                          } else {
2005
                          } else {
2006
                              $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>');
2006
                              $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>');
2007
- 

Return to bug 33769