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 1078-1083 Link Here
1078
1078
1079
            $('.print').on("click",function(e){
1079
            $('.print').on("click",function(e){
1080
                this.form.print_slip.value = 1;
1080
                this.form.print_slip.value = 1;
1081
                this.form.barcode.remove();
1081
                this.form.submit();
1082
                this.form.submit();
1082
            });
1083
            });
1083
1084
1084
- 

Return to bug 26627