From 429a048471a460ac471f0459e49dce3541151059 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 24 Jul 2015 01:39:32 +0530 Subject: [PATCH] --CRM-16187, fixed jenkin warnings --- api/v3/EntityFinancialTrxn.php | 2 +- api/v3/FinancialTrxn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v3/EntityFinancialTrxn.php b/api/v3/EntityFinancialTrxn.php index ab9da8f833..7d8d5a5cc7 100644 --- a/api/v3/EntityFinancialTrxn.php +++ b/api/v3/EntityFinancialTrxn.php @@ -79,4 +79,4 @@ function _civicrm_api3_entity_financial_trxn_create_spec(&$params) { $params['entity_id']['api.required'] = 1; $params['financial_trxn_id']['api.required'] = 1; $params['amount']['api.required'] = 1; -} \ No newline at end of file +} diff --git a/api/v3/FinancialTrxn.php b/api/v3/FinancialTrxn.php index 18c680cce4..c93181642a 100644 --- a/api/v3/FinancialTrxn.php +++ b/api/v3/FinancialTrxn.php @@ -79,4 +79,4 @@ function _civicrm_api3_financial_trxn_create_spec(&$params) { $params['status_id']['api.required'] = 1; $params['payment_instrument_id']['api.required'] = 1; $params['total_amount']['api.required'] = 1; -} \ No newline at end of file +} -- 2.25.1