http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10613 --- Comment #15 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- (In reply to Jacek Ablewicz from comment #12)
Less usual combinations (no/yes, yes/no) might be a different story - I believe invoice.pl may need an additional small change like that:
185c185
if ( $bookseller->{'invoiceincgst'} ) {
--- < if ( $bookseller->{'listincgst'} ) {
to behave properly for "no/yes" and "yes/no" (???).
Previously we tried to test it (in 3.14 and master, with above small change included, and without it), still getting some rather weird results for "no/yes" and "yes/no" settings.. Getting bug 11755 into account (which explains at least some of this "weirdness"), question is - how should this bug be retested before sign-off: with 11755 applied first, or maybe not? -- You are receiving this mail because: You are watching all bug changes.