Note in the documentation how non-numbers are processed when processing barcodes.
@shamoon correctly pointed out that cleaning up non-numbers in the ASN might 'silently' stop generating errors. #4379
This commit is contained in:
parent
f893ba929a
commit
26a8ed9f66
@ -1096,7 +1096,8 @@ setting the ASN (archive serial number) if a properly formatted
|
||||
barcode is detected.
|
||||
|
||||
The barcode must consist of a (configurable) prefix and the ASN
|
||||
to be set, for instance `ASN00123`.
|
||||
to be set, for instance `ASN00123`. The content after the prefix
|
||||
is cleaned of non-digits and interpreted as an integer.
|
||||
|
||||
This option is compatible with barcode page separation, since
|
||||
pages will be split up before reading the ASN.
|
||||
|
Loading…
x
Reference in New Issue
Block a user