Bug 24150: Add Koha::Old::*[s]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 24 Sep 2019 21:00:00 +0000 (18:00 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 3 Jan 2020 10:51:29 +0000 (10:51 +0000)
commitcd4dfc6e121a8f867fee5fcf8ccfd594bf163ba7
treeee8696857744dfbc3a0e29a3eff8a94af28bc770
parent42d40e372e25cc4790290dcd0bb31c50f237f5fe
Bug 24150: Add Koha::Old::*[s]

This bug report will add new classes for:
  * Koha::Old::Patron[s]
  * Koha::Old::Biblio[s]
  * Koha::Old::Item[s]
  * Koha::Old::Biblioitem[s]

Sponsored-by: Association KohaLa - https://koha-fr.org/
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Old/Biblio.pm [new file with mode: 0644]
Koha/Old/Biblioitem.pm [new file with mode: 0644]
Koha/Old/Biblioitems.pm [new file with mode: 0644]
Koha/Old/Biblios.pm [new file with mode: 0644]
Koha/Old/Item.pm [new file with mode: 0644]
Koha/Old/Items.pm [new file with mode: 0644]
Koha/Old/Patron.pm [new file with mode: 0644]
Koha/Old/Patrons.pm [new file with mode: 0644]
t/db_dependent/Koha/Old.t [new file with mode: 0644]