Created attachment 36280 [details] [review] Bug 13773 - add stock number to details and items display This patch adds stocknumber to details table and items display if it exists. Test scenario: 1. find item(s) which have stock number assigned 2. verify that you don't see stock number in items display 3. apply this patch 4. verify that stock number is now available
Created attachment 36392 [details] [review] [SIGNED-OFF] Bug 13773 - add stock number to details and items display This patch adds stocknumber to details table and items display if it exists. Test scenario: 1. find item(s) which have stock number assigned 2. verify that you don't see stock number in items display 3. apply this patch 4. verify that stock number is now available Signed-off-by: Nicole <nicole@bywatersolutions.com>
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.
Created attachment 36535 [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
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.
Created attachment 36556 [details] [review] [SIGNED-OFF] 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>
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>
Patch pushed to master. Thanks Dobrica!