Bug 19694: Force scalar context for output_pref called with billingdate
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Dec 2017 18:04:13 +0000 (15:04 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Dec 2017 16:10:44 +0000 (13:10 -0300)
commit3d720e9ede3da4cb612d1517c776d5636e12452e
treeac46c8bb19a1305bb43574c73e252c3f46cebf69
parentb3d26c4e96e195308607960e03d309a9cf2d4065
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@lboro.ac.uk>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
acqui/invoice.pl