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 / +3 lines)
Lines 4-14 Link Here
4
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
4
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
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
<script language="javascript">
6
<script language="javascript">
7
    function printThenClose() {
7
        window.print();
8
        window.print();
8
        window.close();
9
        window.close();
10
    }
9
</script>
11
</script>
10
</head>
12
</head>
11
<body>
13
<body onload=="printThenClose();">
12
14
13
<div id="receipt">
15
<div id="receipt">
14
16
15
- 

Return to bug 6126