----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
VALUES ('Transferred', {localize}'{ts escape="sql"}Transferred{/ts}'{/localize}, 'Negative', 1, 1, 0, 16, 2);
{include file='../CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl'}
+
+-- CRM-16259 Added is_payment flag
+ALTER TABLE civicrm_financial_trxn ADD COLUMN is_payment tinyint(4) DEFAULT '0' COMMENT 'Is this entry either a payment or a reversal of a payment?';
<type>Select</type>
</html>
</field>
+ <field>
+ <name>is_payment</name>
+ <title>Is Payment?</title>
+ <type>boolean</type>
+ <default>0</default>
+ <import>true</import>
+ <comment>Is this entry either a payment or a reversal of a payment?</comment>
+ <add>4.7</add>
+ </field>
<field>
<name>payment_processor</name>
<type>varchar</type>