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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-2 / +1 lines)
Lines 139-145 Link Here
139
                paging: false,
139
                paging: false,
140
                searching: false,
140
                searching: false,
141
                dom: "t"
141
                dom: "t"
142
            }));
142
            });
143
            $(".delete_file").click(function(){
143
            $(".delete_file").click(function(){
144
                return ( confirm( _("Are you sure you want to delete this file?") ) );
144
                return ( confirm( _("Are you sure you want to delete this file?") ) );
145
            });
145
            });
146
- 

Return to bug 38984