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

(-)a/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js (-2 / +1 lines)
Lines 1999-2005 $("#placeBookingModal").on("show.bs.modal", function (e) { Link Here
1999
                                            }
1999
                                            }
2000
                                        } else {
2000
                                        } else {
2001
                                            message = __(
2001
                                            message = __(
2002
                                                "Cannot select: conflicts with existing an booking"
2002
                                                "Cannot select: conflicts with an existing booking"
2003
                                            );
2003
                                            );
2004
                                        }
2004
                                        }
2005
                                    }
2005
                                    }
2006
- 

Return to bug 37707