Koha/acqui
Jonathan Druart 12e1b2facc Bug 26134: (bug 23463 follow-up) Fix add to basket from staged file
There is a ->store call missing when we attempt to create a new item.

Test plan:
- set at least one value in MARCItemFieldsToOrder
- add to a basket via staged file with at least one value matching your MARCItemFields mappings
- set required fields for your order and click Save
=> Without this patch you got:
receive error: "DBIx::Class::Storage::DBI::_dbh_execute(): Column 'itemnumber' cannot be null at /kohadevbox/koha/Koha/Acquisition/Order.pm line 113
 at /usr/share/perl5/DBIx/Class/Exception.pm line 77"
=> With this patch applied the order has been created successfully

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-19 08:24:43 +02:00
..
acqui-home.pl
add_user_search.pl
addorder.pl
addorderiso2709.pl Bug 26134: (bug 23463 follow-up) Fix add to basket from staged file 2020-08-19 08:24:43 +02:00
ajax-getauthvaluedropbox.pl
basket.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
basketgroup.pl
basketheader.pl Bug 25611: Use selected vendor when creating a basket 2020-06-24 14:31:37 +02:00
booksellers.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
cancelorder.pl
check_budget_total.pl
check_uniqueness.pl
duplicate_orders.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
edi_ean.pl
edifactmsgs.pl
edimsg.pl
finishreceive.pl
histsearch.pl
invoice-files.pl
invoice.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
invoices.pl
lateorders-export.pl
lateorders.pl Bug 25266: Remove uneeded var 2020-06-15 10:32:20 +02:00
modordernotes.pl
neworderempty.pl Bug 24134: Add placeholder for 2 digit years to allow autogeneration of dates in 008 2020-08-13 07:55:44 +02:00
newordersubscription.pl
newordersuggestion.pl
ordered.pl
orderreceive.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
parcel.pl
parcels.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
showorder.pl
spent.pl
supplier.pl
transferorder.pl
uncertainprice.pl
updatesupplier.pl
z3950_search.pl