Bug 30070: Add Koha Objects for EDI Message Files
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Nov 2023 12:36:04 +0000 (12:36 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 17 Jan 2024 10:38:52 +0000 (11:38 +0100)
commit027befd8ea36c3f7fc5389252b6fb0c8bb1726b7
tree21b7bf9f210521aed82ba8bd558963715a926bb5
parent8e8d4aaef71040a90b1052cc3970ff4ccb36a0ae
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Edifact/File.pm [new file with mode: 0644]
Koha/Edifact/Files.pm [new file with mode: 0644]