Skip to content

Commit

Permalink
Merge pull request #590 from ApptiveGrid/new-fix-type-code
Browse files Browse the repository at this point in the history
added type code
  • Loading branch information
noha authored Feb 5, 2024
2 parents d521b58 + ce8f7bf commit 86b935f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Soil-Core/SoilNewBTreeListIndexEntry.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Class {
#category : #'Soil-Core-Journal'
}

{ #category : #'accessing - defaults' }
SoilNewBTreeListIndexEntry class >> journalTypeCode [
^ 12
]

{ #category : #committing }
SoilNewBTreeListIndexEntry >> commitIn: soil [

Expand Down

0 comments on commit 86b935f

Please sign in to comment.