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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-1 / +3 lines)
Lines 5-15 Link Here
5
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
5
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
6
6
7
<script language="javascript">
7
<script language="javascript">
8
    function printThenClose() {
8
        window.print();
9
        window.print();
9
        window.close();
10
        window.close();
11
    }
10
</script>
12
</script>
11
</head>
13
</head>
12
<body>
14
<body onload="printThenClose();">
13
15
14
<div id="receipt">
16
<div id="receipt">
15
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +3 lines)
Lines 4-14 Link Here
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.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
<!-- The table with the account items -->
16
<!-- The table with the account items -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-2 / +3 lines)
Lines 4-14 Link Here
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.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
<!-- The table with the account items -->
16
<!-- The table with the account items -->
15
- 

Return to bug 6126