Skip to content

Commit

Permalink
addAccount now defaults to "fast"
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Feb 14, 2020
1 parent 17fd61c commit b0b86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/minigl/src/main/java/org/jpos/gl/GLSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public Account getAccount (Account chart, String code)
public void addAccount (CompositeAccount parent, Account acct)
throws HibernateException, GLException
{
addAccount (parent, acct, false);
addAccount (parent, acct, true);
}
/**
* Add account to parent.
Expand Down

0 comments on commit b0b86ef

Please sign in to comment.