Function: disableFertilizerCatalogue()
disableFertilizerCatalogue(
fdm
,principal_id
,b_id_farm
,p_source
):Promise
<void
>
Defined in: fdm-core/src/catalogues.ts:184
Disables a fertilizer catalogue for a farm.
Parameters
fdm
any
The FDM instance providing the connection to the database. The instance can be created with createFdmServer.
principal_id
any
The ID of the principal making the request.
b_id_farm
any
The ID of the farm.
p_source
string
The source/name of the fertilizer catalogue to disable.
Returns
Promise
<void
>
A Promise that resolves when the catalogue has been disabled.
Throws
If disabling the catalogue fails.