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 1084-1089 Link Here
1084
1084
1085
            $('.print').on("click",function(e){
1085
            $('.print').on("click",function(e){
1086
                this.form.print_slip.value = 1;
1086
                this.form.print_slip.value = 1;
1087
                this.form.barcode.remove();
1087
                this.form.submit();
1088
                this.form.submit();
1088
            });
1089
            });
1089
1090
1090
- 

Return to bug 26627