Bugzilla – Attachment 101330 Details for
Bug 22098
The stocknumberAV cataloguing plugin should be updated to use Koha::Objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22098: (follow-up) fix grammar/formating Perldoc
Bug-22098-follow-up-fix-grammarformating-Perldoc.patch (text/plain), 1.83 KB, created by
Fridolin Somers
on 2020-03-21 11:57:26 UTC
(
hide
)
Description:
Bug 22098: (follow-up) fix grammar/formating Perldoc
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2020-03-21 11:57:26 UTC
Size:
1.83 KB
patch
obsolete
>From 8cb5b24cc9cf71e726f5a86d0e5e57bdca18caad Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 9 Jul 2019 00:52:31 +0000 >Subject: [PATCH] Bug 22098: (follow-up) fix grammar/formating Perldoc > >- nubers => numbers >- some vertical spacing >- !}fmt -w65 >- "contains of letters" => "containing letters" > >TEST PLAN >--------- >perldoc cataloguing/value_builder/stocknumberAV.pl >apply patch >perldoc cataloguing/value_builder/stocknumberAV.pl >-- after the patch is more readable. > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > cataloguing/value_builder/stocknumberAV.pl | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > >diff --git a/cataloguing/value_builder/stocknumberAV.pl b/cataloguing/value_builder/stocknumberAV.pl >index 395623eea6..3bf94da232 100755 >--- a/cataloguing/value_builder/stocknumberAV.pl >+++ b/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 > >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22098
:
83776
|
91421
|
101329
|
101330
|
101373
|
101374
|
101375
|
101376