Bug 16737 - Error when deleting EDIFACT message
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 14 Jun 2016 18:05:53 +0000 (18:05 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 12:04:03 +0000 (12:04 +0000)
commit1f2dcfd2e93dc444cc92e62cd8be2dbb29f7cb08
tree8e7e54feda8eba7d1b6fc43e0b3517563e5f0968
parente5bb0fac3f9953379b80752cd9df2120ccc0612f
Bug 16737 - Error when deleting EDIFACT message

If you try to delete an EDIFACT message it triggers an error:

Can't use string ("2") as a subroutine ref while "strict refs" in use at
/acqui/edifactmsgs.pl line 43.

Test Plan:
1) Attempt to delete an EDIFACT message
2) Note the error
3) Apply this patch
4) Attempt to delete an EDIFACT message again
5) Note it succeeds

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
acqui/edifactmsgs.pl