Bug 11803: use $dbh consistently in _koha_modify_item
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 20 Feb 2014 18:39:10 +0000 (19:39 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 21 May 2014 09:09:56 +0000 (11:09 +0200)
commitc9057046766fc695385449766d29e011d08de574
tree7e20924ca2e2f96f9769f9fe19b578702e6400f9
parent1aaee6fbf1693d24810928cadcdeb4f3a48fd78e
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>
(cherry picked from commit a07b32f4f9090ba0c50c3e510f0be56b8805faeb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Items.pm