Bug 13773

Summary: add stock number to details and items display
Product: Koha Reporter: Dobrica Pavlinusic <dpavlin>
Component: CatalogingAssignee: Dobrica Pavlinusic <dpavlin>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: josef.moravec, katrin.fischer, m.de.rooy, tomascohen
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:
Attachments: Bug 13773 - add stock number to details and items display
[SIGNED-OFF] Bug 13773 - add stock number to details and items display
Bug 13773 - add stock number to details and items display
[SIGNED-OFF] Bug 13773 - add stock number to details and items display
Bug 13773 - add stock number to details and items display

Description Dobrica Pavlinusic 2015-03-02 10:50:10 UTC

    
Comment 1 Dobrica Pavlinusic 2015-03-02 11:24:36 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2015-03-03 11:17:01 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2015-03-04 14:27:56 UTC
Hi Dobrica,

a small thing: Could you rename "Stock number" to "Inventory number" please?
And I think the change in the debug section is not necessary - that appears to seem somewhat dead debug code.
Comment 4 Dobrica Pavlinusic 2015-03-05 08:35:40 UTC Comment hidden (obsolete)
Comment 5 Dobrica Pavlinusic 2015-03-05 08:36:33 UTC
Nicole, can I bother you for another sign-off? I decided not to make follow up, because I think that master doesn't need two commits for such a simple change.
Comment 6 Nicole C. Engard 2015-03-05 10:59:19 UTC Comment hidden (obsolete)
Comment 7 Jonathan Druart 2015-03-05 15:04:00 UTC
Created attachment 36612 [details] [review]
Bug 13773 - add stock number to details and items display

This patch adds stocknumber (named Inventory number in interface)
to details table and items display if it exists.

Test scenario:
1. find item(s) which have inventory number assigned
2. verify that you don't see inventory number in items display
3. apply this patch
4. verify that inventory number is now available

Signed-off-by: Nicole <nicole@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 8 Tomás Cohen Arazi 2015-05-04 18:57:41 UTC
Patch pushed to master.

Thanks Dobrica!