http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11733
--- Comment #3 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
