Sales Order Item Custom Field Issue

Hi all,

In my local system I am adding more than 50 custom fields in Sales Order Item and arranged properly by column break and section break.

After Re-arranging all the custom fileds, When I run below two commands, Arrangement of custom fields going away.

bench site --site_name export-fixtures
bench migrate

Thanks & Regards
Anand Huded

Are you using latest version of erpnext?

Did you added doctype property setter in fixture list?

Yes added in hooks.py

fixtures = [“Custom Field”,“Custom Script”,“Print Format”, “Property Setter”]