[Koha-bugs] [Bug 19694] Edited shipping cost in invoice doesn't save

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 20 18:41:50 CET 2017


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

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

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

--- Comment #4 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Created attachment 69962
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69962&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

Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>

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


More information about the Koha-bugs mailing list