projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.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
}