Fixes Bug 4978: longoverdues.pl claims undefined subroutine ModItem
authorIan Walls <ian.walls@bywatersolutions.com>
Thu, 8 Jul 2010 20:21:01 +0000 (16:21 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 8 Jul 2010 22:43:27 +0000 (18:43 -0400)
commit766e1475abd00f1a6006f22051d937a4a14ba742
tree5098836122523dee4df36a972a9fef1eb37e46b0
parent6127553c4494393beb3cec6bc534db0db079a5a9
Fixes Bug 4978: longoverdues.pl claims undefined subroutine ModItem

Adds an explicit C4::Items:: prefix to the ModItem call on line 323

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Accounts.pm