i have this type of department
how to make the selection on this only showing the active department?
i have this type of department
how to make the selection on this only showing the active department?
Use this script!
cur_frm.set_query('bagian', function(doc){
return {
filters: {"active": 1}
}
});
thanks. its working