//Will be having error during bulk edit/ multiple edit.
function onload() {
hideSections("vw_assettype", "Asset");
hideSections("vw_purchasetype", "Hire");
}
//Free from having error during bulk edit/ multiple edit.
function onLoad() {
hideSections("vw_assettype", "Asset");
hideSections("vw_purchasetype", "Hire");
}
|
No comments:
Post a Comment