Bug 21290: Updating documentation for ModItem
authorhelene hickey <hickeyhe@wgc.school.nz>
Wed, 16 Jan 2019 23:20:38 +0000 (23:20 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 12 Feb 2019 15:32:03 +0000 (16:32 +0100)
To test:
Review the patch and check it is now updated correctly

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 9a5bfee706f85bc5fd53a9c2d0616c2e1186379a)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit e96eed9b841394353cc5c4484ddc608432e22d29)

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>
(cherry picked from commit 3ea009bcc33656e3644ff71cd1fae086bdf3a529)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

C4/Items.pm

index 85bb9c5..f7aa559 100644 (file)
@@ -520,8 +520,7 @@ sub ModItemFromMarc {
 
   ModItem({ column => $newvalue }, $biblionumber, $itemnumber);
 
-Change one or more columns in an item record and update
-the MARC representation of the item.
+Change one or more columns in an item record.
 
 The first argument is a hashref mapping from item column
 names to the new values.  The second and third arguments