Merge remote branch 'kc/new/bug_6126' into kcmaster
This commit is contained in:
commit
ce06b67f5e
3 changed files with 9 additions and 3 deletions
|
@ -5,11 +5,13 @@
|
|||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
|
||||
|
||||
<script language="javascript">
|
||||
function printThenClose() {
|
||||
window.print();
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body onload="printThenClose();">
|
||||
|
||||
<div id="receipt">
|
||||
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
|
||||
<script language="javascript">
|
||||
function printThenClose() {
|
||||
window.print();
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body onload="printThenClose();">
|
||||
|
||||
<div id="receipt">
|
||||
<!-- The table with the account items -->
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
|
||||
<script language="javascript">
|
||||
function printThenClose() {
|
||||
window.print();
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body onload="printThenClose();">
|
||||
|
||||
<div id="receipt">
|
||||
<!-- The table with the account items -->
|
||||
|
|
Loading…
Reference in a new issue