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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 766-771 Link Here
766
                $("#ordernotes").html( note_text );
766
                $("#ordernotes").html( note_text );
767
                $("#type").val( note_type );
767
                $("#type").val( note_type );
768
                $("#noteEditor").modal("show");
768
                $("#noteEditor").modal("show");
769
                $("#ordernotes").focus();
769
            });
770
            });
770
771
771
             $("#noteEditor").on('hidden.bs.modal', function (e) {
772
             $("#noteEditor").on('hidden.bs.modal', function (e) {
772
- 

Return to bug 20969