Bug 30830: Add Koha Objects for Koha Import Items
authorNick Clemens <nick@bywatersolutions.com>
Mon, 23 May 2022 12:25:53 +0000 (12:25 +0000)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Tue, 7 Jun 2022 09:15:52 +0000 (11:15 +0200)
commit0a743ebf0e74bb4ea32997915d32e8ea6ce5e906
tree3307525f6184fc0dee6815c5fd745add47992ae6
parent7aebc8a9ac600a61180e7f2e4026103d96fc4c6b
Bug 30830: Add Koha Objects for Koha Import Items

To test:
prove -v t/db_dependent/Koha/Import/Record/Items.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 6cd0249725f211f0df77ba367c379f0e5c5e1d4e)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit a0790249cb5b6ad5c9dfbeee03bc1d8276947bf2)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Koha/Import/Record/Item.pm [new file with mode: 0644]
Koha/Import/Record/Items.pm [new file with mode: 0644]
Koha/Schema/Result/ImportItem.pm
t/db_dependent/Koha/Import/Record/Items.t [new file with mode: 0755]
t/lib/TestBuilder.pm