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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 May 2022 11:53:55 +0000 (08:53 -0300)
commit6cd0249725f211f0df77ba367c379f0e5c5e1d4e
treeac6796f37018c4065656e58d412c34bf194bff69
parent3c0c375d8e073c9eb765179fa7b3c3d0136b5174
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>
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