EDI Invoicing - fix two Perl thinkos
Bug #1037756 reported by
Lebbeous Fogle-Weekley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
For 2.3+
Add a missing semicolon after a try / catch expression (via OpenSRF::EX) and a missing parameter to a key method call.
The lesson of the day is, test the code you actually commit, not just
the bits and pieces. Thanks to Bill Erickson on this.
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Applied and confirmed. Pushed to master / rel_2_3. Thanks!