Skip to content

Commit

Permalink
Update configure.tt
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall authored Nov 1, 2023
1 parent 5b8bc0f commit a395cd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Koha/Plugin/Com/ByWaterSolutions/BarcodePrefixer/configure.tt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ never_prefix_if_patron: <regex> # Same but for patron cardnumbers only
never_prefix_if_item: <regex> # Same but only for item barcodes
libraries:
MPL:
item_barcode_length: 20 # barcode lengths can be set at the branch level
patron_barcode_length: 22
item_prefix: 1001
patron_prefix: 1002
only_prefix_if: <regex> # Optional same as above but branch level
Expand Down

0 comments on commit a395cd8

Please sign in to comment.