Skip to content

Commit

Permalink
fix: Serials sequence EAN13 (#94)
Browse files Browse the repository at this point in the history
Added EAN13 as checkDigitAlgo to serials pattern number to ensure the checksum within the template does not show as null
  • Loading branch information
Jack-Golding authored Aug 22, 2023
1 parent 5916e47 commit 328cd87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class HousekeepingService {
name: 'Pattern number',
code:'patternNumber',
format:'000000000',
checkDigitAlgo:'None',
checkDigitAlgo:'EAN13',
outputTemplate:'sm-${generated_number}-${checksum}'
],
]
Expand Down

0 comments on commit 328cd87

Please sign in to comment.