]> wagnertech.de Git - mfinanz.git/blob - js/show_form_details.js
price_tax_calculator.t - in 2020 das Jahr 2019 nehmen
[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 }