]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/am/edit_accounts.html
kivitendo-test
[kivitendo-erp.git] / templates / webpages / am / edit_accounts.html
index c83e94e1a70ab4fb78a16cbe7440f8abf3194357..e07484b632dccf70e6e8ab72c2713f77abbe5f56 100644 (file)
@@ -16,7 +16,7 @@ $(function() {
 });
 </script>
 
-<form method="post" name="EditAccount" action="am.pl">
+<form method="post" name="EditAccount" action="am.pl" id="form">
 
 <input type="hidden" name="id"                 value="[% HTML.escape(id) %]">
 <input type="hidden" name="type"               value="account">
@@ -308,3 +308,5 @@ $(function() {
   }
   </script>
 [% END %]
+[% L.hidden_tag('callback', callback) %]
+</form>