[Koha-bugs] [Bug 34261] Deleting an EDIFACT ordering account throws an error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 12 23:08:06 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34261

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153366|0                           |1
        is obsolete|                            |

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 153387
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153387&action=edit
Bug 34261: Add missing argument to show_account

This patch fixes a missing $crypt in the show_account function when deleting an
edifact ordering account.

Test plan:
1) In system preferences search for EDIFACT and change EDIFACT to Enable
2) Navigate to Administration > EDI accounts
3) Create a dummy account
4) Try deleting the account using the delete button in the actions column on
the far right
5) An error should be thrown - "Can't call method "decrypt_hex" on an undefined
value"
6) Apply patch
7) Try deleting the account again
8) This time it should work and show the confirmation dialog box
9) Sign off

Signed-off-by: Sam Lau <samalau at gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list