Bug 20446 Revert to using syspref for item creation
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 19 Mar 2018 10:45:26 +0000 (10:45 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 26 Mar 2018 14:38:47 +0000 (14:38 +0000)
commit84be52b39f3f2f080fa9be094f0044e70aed6c69
tree7549e1a31958e2857f7a376d3d25ca60c532a583
parent00c9f9b0ea0179d8623bf350a7961a8cd75c5348
Bug 20446 Revert to using syspref for item creation

Using a per-basket setting is nonsensical when baskets
are created automatically by quote processing a few lines before
this attempts to read it. cron job aborts with a runtime error
leaving basket for quote half-created.
This reverts to the previous code using the global setting.
(Basket itself will have been set to the global setting
by default)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/EDI.pm