ColoredCow / college-erp

An ERP system for educational institutes.
0 stars 1 forks source link

Remove specific fields from a DocType #4

Closed pokhiii closed 6 months ago

pokhiii commented 6 months ago

To Do

Acceptance criteria

Additional notes/questions

NA

pokhiii commented 6 months ago

Based on the response from Frappe/Education module team - https://github.com/frappe/education/issues/213#issuecomment-1987775273

It looks like we cannot remove the fields that are present from before. We were trying to remove first_name, middle_name, last_name in favor of full_name but then we will have to replace it everywhere in the codebase as well. So for now we are going to keep the default fields.