Bug 11803: use $dbh consistently in _koha_modify_item
commita07b32f4f9090ba0c50c3e510f0be56b8805faeb
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 20 Feb 2014 18:39:10 +0000 (20 19:39 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 25 Feb 2014 14:55:32 +0000 (25 14:55 +0000)
treee8f50bdafedffe769dffe948d335885462c3f8f6
parent4677bb52616794457f616571479aab6425be75f9
Bug 11803: use $dbh consistently in _koha_modify_item

This is just some code cleanup, no behavior change expected.
Also replacing errstr with err in testing the results. (See DBI.)

Test plan:
Modify an item and save it.

Followed test plan. No problems found.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Items.pm