]> wagnertech.de Git - mfinanz.git/blob - js/show_form_details.js
Rose Update zu commit 2c447b2fb419b504c90322b8d714360a174f8fa7
[mfinanz.git] / js / show_form_details.js
1 function show_form_details(new_value) {
2   document.forms[0].show_details.value = new_value;
3   document.getElementById("update_button").click();
4 }