https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282

Martin Renvoize (ashimema) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179281|0                           |1
        is obsolete|                            |

--- Comment #17 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 179306
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179306&action=edit
Bug 39282: Ensure items are created using Item Information values if not using
MarcItemFieldsToOrder

When using MarcFieldsToOrder and not MarcItemFieldsToOrder it is expected that
all of the item
information will come from the second tab 'Item information' on
addorderiso2709.pl

Currently we are not and blank items are beign created

To test:
 1 - Apply unit tests
 2 - prove -v t/db_dependent/Koha/MarcOrder.t
 3 - It fails
 4 - Set MarcItemFields to Order:
     price: 949$p
     quantity: 947$c
     budget_code: 947$f
 5 - Ensure MarcItemFieldsToOrder is blank
 6 - Find a basket in acquisitions
 7 - Add to basket from a file
 8 - Fill item information, set 'Matching' at top of form to 'Do not look for
matchign records' and save
 9 - Orders are added
10 - Click on a title
11 - Items do not load and an error is generated, this is because items don't
have any values
12 - Check the DB:
     SELECT * FROM items WHERE homebranch IS NULL\G
13 - Note items from order are listed
14 - Apply the rest of the patches
15 - Repeat 6-10
16 - This time the items load successfully

NOTE: This patch alone doesn't address all errors, but subsequent will, keeping
separate to address
each issue individually, but test plan can be executed as a whole against all

Signed-off-by: John Vinke <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to