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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl (-2 / +5 lines)
Lines 5-15 Link Here
5
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
5
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
6
6
7
<script language="javascript">
7
<script language="javascript">
8
  
9
    function printiThenClose() {
8
        window.print();
10
        window.print();
9
        window.close();
11
        window.close();
12
    }
13
10
</script>
14
</script>
11
</head>
15
</head>
12
<body>
16
<body onload="printThenClose();">
13
17
14
<div id="receipt">
18
<div id="receipt">
15
19
16
- 

Return to bug 6126