19 Dec
2017
19 Dec
'17
6:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 69922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69922&action=edit Bug 19694: Force scalar context for output_pref called with billingdate If no string is passed to output_pref, it needs to be called in scalar context (to avoid a shift in the hash elements). Here we have billingdate that is not defined yet (NULL) Test plan: - Search for an existing invoice - Show details - Changing shipping cost - Save - Verify the new amount is shown -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.