Bug 17962: Add Koha::Tmp::Order[s]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Jan 2017 13:10:22 +0000 (14:10 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Feb 2017 11:43:46 +0000 (11:43 +0000)
commit4c8ac01a1d3f3334b03dfab1fd3d8fab27af3957
treed17106aeb30d0d1b01dff494eb7dd58b9bcd02b1
parentc6e0d42521fa6b62fd0f39d79e7acbbf3639d40a
Bug 17962: Add Koha::Tmp::Order[s]

These packages should not be used outside the TT syntax scope.
A rewrite of Koha::Acquisition::Order[s] should be considered instead.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Tmp/Order.pm [new file with mode: 0644]
Koha/Tmp/Orders.pm [new file with mode: 0644]