Clear the comments for a custom report

This commit is contained in:
james 2007-12-10 21:48:37 +00:00
parent a1208d205a
commit cf594b7f42

View File

@ -260,6 +260,7 @@
document.addreport.stock.style.display='none';
document.getElementById('reporttypecustom').style.display='';
document.getElementById('reportstockcustom').style.display='';
document.addreport.comment.value='';
}
}
}