[Koha-bugs] [Bug 11733] "gist" system preference inconsistently treated as single-value or multi-value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 6 11:00:29 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11733

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 25888
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25888&action=edit
Bug 11733: gist can be multi-valued

The gist syspref should always be treated as multi-value.

In basketgroup.pl, parcel.pl and invoice.pl it is treated as
single-value.
The invoice.pl script will be fixed by bug 10613.

If the pref contains several values, the first one is the default one
(according to the syspref description).

Test plan:
No regression should be found on displaying total basketgroup for a
vendor with 'list prices' don't include tax and 'invoice prices' include
tax.
No regression should be found on generating pdf. If no gstrate is
defined for the vendor, the gstrate used should be the first one defined
in the gist syspref.

On parcel.pl, this patch only removes dead code. The $gst variable is
not used.

-- 
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