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)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 6 Jun 2022 14:30:40 +0000 (14:30 +0000)
commita0790249cb5b6ad5c9dfbeee03bc1d8276947bf2
tree54567ac055f09e9d8ac67b6c873cb69d851d92c3
parent2d19940f7e6a3b50e3dedee909a419cf1923a2e4
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>
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