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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 1074-1079 Link Here
1074
1074
1075
            $('.print').on("click",function(e){
1075
            $('.print').on("click",function(e){
1076
                this.form.print_slip.value = 1;
1076
                this.form.print_slip.value = 1;
1077
                this.form.barcode.remove();
1077
                this.form.submit();
1078
                this.form.submit();
1078
            });
1079
            });
1079
1080
1080
- 

Return to bug 26627