Commit e1fb0dae authored by Łukasz Nowak's avatar Łukasz Nowak

Disable constraint on Payment Transaction.

Note: Generic code shall have no constraints at all.
parent dd08ce80
......@@ -23,9 +23,6 @@
<portal_type id="Internal Invoice Transaction Line">
<item>AccountingTransactionLineConstraint</item>
</portal_type>
<portal_type id="Payment Transaction">
<item>AccountingTransactionConstraint</item>
</portal_type>
<portal_type id="Purchase Invoice Transaction">
<item>AccountingTransactionConstraint</item>
</portal_type>
......
1476
\ No newline at end of file
1477
\ No newline at end of file
......@@ -6,7 +6,6 @@ Balance Transaction | AccountingTransactionConstraint
Cash Register | BankAccount
Internal Invoice Transaction Line | AccountingTransactionLineConstraint
Internal Invoice Transaction | AccountingTransactionConstraint
Payment Transaction | AccountingTransactionConstraint
Purchase Invoice Transaction Line | AccountingTransactionLineConstraint
Purchase Invoice Transaction | AccountingTransactionConstraint
Sale Invoice Transaction Line | AccountingTransactionLineConstraint
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment