http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11733 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25888|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 29623 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29623&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: basketgroup.pl: create a vendor with List prices don't include tax and invoice prices include tax. add 1 basket with 1+ order(s) receive them and check that the total amount on the basket page is the same as on the basketgroup page Verify this is right for other vendor configurations. On parcel.pl, this patch only removes dead code. The $gst variable is not used. -- You are receiving this mail because: You are watching all bug changes.