81818fec05ce8ef135bcb3b44dabdabce7806b52
[kivitendo-erp.git] / templates / webpages / oe / save_periodic_invoices_config.html
1 [% USE HTML %]
2 [% USE L %]
3 <body onload="copy_values_and_close()">
4
5  <script type="text/javascript">
6   <!--
7       function copy_values_and_close() {
8         window.opener.document.getElementsByName("periodic_invoices_config")[0].value = $("#periodic_invoices_config").attr('value');
9         window.close();
10       }
11     -->
12  </script>
13
14  <form name="Form">
15   [% L.hidden_tag("periodic_invoices_config", periodic_invoices_config) %]
16  </form>
17
18 </body>
19 </html>