[Koha-bugs] [Bug 23883] sip_cli_emulator.pl - typo in parameter name

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 17 14:38:17 CET 2019


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 96374
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96374&action=edit
Bug 23883: SIP - Fix typo in parameter name

The options of the script have hypens whereas the hash keys have
underscore.
In my understanding the problem only occurs on display purpose.

Test plan:
Try a sip command like
   % perl misc/sip_cli_emulator.pl -a localhost -su term1 -sp term1 -l CPL -m
fee_paid

Without this patch you will see:
  fee_amount is required for fee_paid
With this patch the correct option is listed:
  fee-amount is required for fee_paid

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


More information about the Koha-bugs mailing list