Bug 31054: Manual importing for EDIFACT invoices fails with a 500 error page
authorKyle Hall <kyle@bywatersolutions.com>
Mon, 27 Jun 2022 12:13:39 +0000 (08:13 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 11 Jul 2022 21:23:12 +0000 (18:23 -0300)
commit181b0c16feeb0645851aa586c59c1fd5de8e6053
tree8daa6d86c5df12868d47fe2e4e8ac94114f88664
parent5ac0c55879254bcd7595ba1957706d899ce4e142
Bug 31054: Manual importing for EDIFACT invoices fails with a 500 error page

Error in plack log is: Can't locate object method "new" via package
"Koha::Plugin::Com::ByWaterSolutions::MyEdifactPlugin" (perhaps you
forgot to load "Koha::Plugin::Com::ByWaterSolutions::MyEdifactPlugin"?)
at /usr/share/koha/lib/Koha/EDI.pm line 219.

Test Plan:
1) Set EdifactInvoiceImport to "Don't"
2) Configure an EDI vendor to use an EDIFACT plugin
3) Attempt to import an invoice file
4) You will be shown an error page
5) Apply this patch
6) Restart all the things!
7) Attempt to import another invoice file
8) It works!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/EDI.pm