Summary: | Statuses not being set properly | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | colin.campbell, koha.sekjal, nengard, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 5574 | ||
Attachments: | patch |
Description
Chris Cormack
2011-02-07 09:02:14 UTC
Pushed, please test This patch breaks the display of item fields when adding and editing items. They used to be in alpha order now they're in no order at all. They should be in alpha order. I was wrong it was another commit ... ignore me :) Patch really requires a comment as what it is doing is being done in a very obscure manner, that does not obviously relate to the commit message Created attachment 3116 [details] patch [Koha-patches] [PATCH] Bug 5700: MT4004 : additem.pl Some Status were not defaulted to the correct value Status 0 was lost because test was done on value and not on the fact that a value was defined or not. when value is 0 then it was not used as default value for |