hmg65 commented on code in PR #2553:
URL: https://github.com/apache/fineract/pull/2553#discussion_r958317781
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/rule/domain/AccountingRule.java:
##########
@@ -76,8 +84,6 @@ public class AccountingRule extends AbstractPersistableCustom
{
@Column(name = "allow_multiple_debits", nullable = false)
private boolean allowMultipleDebitEntries;
- protected AccountingRule() {}
-
private AccountingRule(final Office office, final GLAccount
accountToDebit, final GLAccount accountToCredit, final String name,
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]