@@ -, +, @@ - nubers => numbers - some vertical spacing - !}fmt -w65 - "contains of letters" => "containing letters" --------- -- after the patch is more readable. --- cataloguing/value_builder/stocknumberAV.pl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) --- a/cataloguing/value_builder/stocknumberAV.pl +++ a/cataloguing/value_builder/stocknumberAV.pl @@ -31,12 +31,15 @@ use Koha::AuthorisedValues; This plugin is based on authorised values INVENTORY. It is used for stocknumber computation. -If no prefix is submitted, or prefix does not contain only nubers, it returns the inserted code (= keep a field unchanged) -If a prefix is submited, we look for the highest stocknumber with this prefix, and return it incremented. -In this case, a stocknumber has this form : "PREFIX 0009678570". - - PREFIX contains of letters - - a space separator - - 10 digits, with leading 0s if needed +If no prefix is submitted, or prefix does not contain only +numbers, it returns the inserted code (= keep a field unchanged) + +If a prefix is submited, we look for the highest stocknumber +with this prefix, and return it incremented. + +In this case, a stocknumber has this form (e.g. "PREFIX 0009678570"): +PREFIX containing letters, a space separator, and +10 digits with leading 0s if needed =cut --