http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2546 nicomo <nicolas.morin@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|REMIND | --- Comment #3 from nicomo <nicolas.morin@biblibre.com> 2009-12-28 10:54:48 --- in C4/accounts.pm sub manualinvoice shouldn't directly write the description in the DB, only the type, because the 2 informations are redundant: $type eq 'F' / $desc .= " Fine"; Next: the template should be the one writing the information. But since the template toolkit we ues can't really compare if value = F, we have to pass all the possible values as booleans to the tmpl -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.