diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index e47a6a3..947ec0a 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -1091,12 +1091,13 @@ def create_custom_fields(): ), # Marks an item as agricultural goods. A document can be flagged # agricultural while only some of its items actually count as - # agricultural goods for tax reporting. + # agricultural goods for tax reporting. Placed in the checkbox + # column on the Details tab, next to the other Item flags. dict( fieldname='agricultural_goods', label='Agricultural Goods', fieldtype='Check', - insert_after='product_category', + insert_after='is_fixed_asset', default=0, in_standard_filter=1 ),