[Koha-bugs] [Bug 2546] Description of charges: string hardcoded

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Dec 28 11:54:48 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2546


nicomo <nicolas.morin at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|REMIND                      |




--- Comment #3 from nicomo <nicolas.morin at 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.



More information about the Koha-bugs mailing list