http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #15 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 39900 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39900 Bug 12769 - Notice fee management Review of attachment 39900: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12769&attachment=39900) ----------------------------------------------------------------- ::: installer/data/mysql/kohastructure.sql @@ +1393,4 @@
`title` varchar(200) NOT NULL default '', -- subject line of the notice `content` text, -- body text for the notice or slip `message_transport_type` varchar(20) NOT NULL DEFAULT 'email', -- transport type for this notice + `fee` decimal(10,2) DEFAULT NULL, -- set up the cost of sending a notice
Null = Don't send fee notice? How does 0 and NULL differ in intended behaviour? -- You are receiving this mail because: You are watching all bug changes.