Summary: | Consistent use of $dbh in _koha_modify_item | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, jonathan.druart, kyle, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 11803: Consistent use of $dbh in _koha_modify_item
[Signed-off] Bug 11803: Consistent use of $dbh in _koha_modify_item Bug 11803: Consistent use of $dbh in _koha_modify_item |
Description
Marcel de Rooy
2014-02-20 18:47:32 UTC
Created attachment 25519 [details] [review] Bug 11803: Consistent use of $dbh 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. Created attachment 25561 [details] [review] [Signed-off] Bug 11803: Consistent use of $dbh 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> (In reply to Marc Véron from comment #2) > Signed-off-by: Marc Véron <veron@veron.ch> Thanks, Marc! Created attachment 25576 [details] [review] Bug 11803: Consistent use of $dbh 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> Pushed to master. Thanks, Marcel! Pushed to 3.14.x, will be in 3.14.07 Pushed to 3.12.x will be in 3.12.13 |