_approve
Approves a given Requisition order
Parameters
id
Id of Requisition order to approve.
Example
FM_api('RequisitionOrder_approve', ['id'=>'5'])
On Success
{"ok":1}
Last updated
Approves a given Requisition order
Id of Requisition order to approve.
FM_api('RequisitionOrder_approve', ['id'=>'5'])
{"ok":1}
Last updated