added area field instead of hectare
This commit is contained in:
parent
852b1ffe46
commit
76dd3e96e1
|
|
@ -255,11 +255,11 @@ def create_custom_fields():
|
|||
description='Enter the tax-exempt area value'
|
||||
),
|
||||
dict(
|
||||
fieldname='hectare',
|
||||
label='Hectare',
|
||||
fieldname='area',
|
||||
label='Area',
|
||||
fieldtype='Float',
|
||||
insert_after='tax_exempt_area',
|
||||
description='Enter the area in hectares',
|
||||
description='For agricultural: hectares (used) or square meters (unused). For industrial: always square meters.',
|
||||
precision=4
|
||||
)
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue