X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FBatch.php;h=0b68afe41514126607020ec44d3d95f90dc9930e;hb=742ef03771e554d62c94faac38f469064118ad0b;hp=8eedd8242907617eb8bb423c95a3bf9e0ef7194b;hpb=76f7a8b859656ae44823c29002f1d9e76c0f9146;p=civicrm-core.git diff --git a/api/v3/Batch.php b/api/v3/Batch.php index 8eedd82429..0b68afe415 100644 --- a/api/v3/Batch.php +++ b/api/v3/Batch.php @@ -37,11 +37,6 @@ function civicrm_api3_batch_create($params) { * Array of parameters determined by getfields. */ function _civicrm_api3_batch_create_spec(&$params) { - //@todo - the entity table field looks like it is not actually required & should probably be removed (or a description added if - // it is actually required) - $params['entity_table']['api.default'] = "civicrm_batch"; - $params['entity_table']['type'] = CRM_Utils_Type::T_STRING; - $params['entity_table']['title'] = 'Batch Entity Table - remove?'; $params['created_id']['api.default'] = 'user_contact_id'; $params['created_date']['api.default'] = 'now'; $params['modified_id']['api.default'] = 'user_contact_id';