Bugzilla – Attachment 91421 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.76 KB, created by
Mark Tompsett
on 2019-07-09 01:40:46 UTC
(
hide
)
Description:
Bug 22098: (follow-up) fix grammar/formating Perldoc
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-07-09 01:40:46 UTC
Size:
1.76 KB
patch
obsolete
>From 5d1ff81222ae2a012e6dcdb686748bff89d0b788 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. >--- > 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.11.0
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