Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
DEV-154873: Add bank account type BatGeneralLedger (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: lyhsieng <[email protected]>
  • Loading branch information
lyhsieng and lyhsieng authored May 30, 2023
1 parent d387b08 commit 32cbf0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entity/AccountingAccountEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ along with this software (see the LICENSE.md file). If not, see
<moqui.basic.Enumeration description="Credit Open" enumId="BatCreditOpen" enumTypeId="BankAccountType"/>
<moqui.basic.Enumeration description="Credit Revolving" enumId="BatCreditRevolving" enumTypeId="BankAccountType"/>
<moqui.basic.Enumeration description="Credit Secured" enumId="BatCreditSecured" enumTypeId="BankAccountType"/>
<moqui.basic.Enumeration description="General Ledger" enumId="BatGeneralLedger" enumTypeId="BankAccountType"/>
</seed-data>
</entity>
<entity entity-name="BankAccountCheck" package="mantle.account.method" cache="never">
Expand Down

0 comments on commit 32cbf0b

Please sign in to comment.