From 3ea009bcc33656e3644ff71cd1fae086bdf3a529 Mon Sep 17 00:00:00 2001 From: helene hickey Date: Wed, 16 Jan 2019 23:20:38 +0000 Subject: [PATCH] Bug 21290: Updating documentation for ModItem To test: Review the patch and check it is now updated correctly Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens (cherry picked from commit 9a5bfee706f85bc5fd53a9c2d0616c2e1186379a) Signed-off-by: Martin Renvoize (cherry picked from commit e96eed9b841394353cc5c4484ddc608432e22d29) Signed-off-by: Jesse Maseto --- C4/Items.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index abd7520491..991e7d3553 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -516,8 +516,7 @@ ModItem( } ); -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 -- 2.39.5