http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13005 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31918 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31918&action=edit Bug 13005: suggestions.budgetid should be NULL if not filled On creating/updating a suggestion, the budgetid should be NULL or contain a budgetid, but not '0'. Test plan: 0/ Verify you have a suggestions.budgetid set to 0. 1/ Execute the updatedb entry and verify there is no budgetid==0 anymore. 2/ Create and update a suggestion selecting a fund and verify the budgetid DB field is correctly filled. 3/ Create and update a suggestion without selecting a fund and verify the budgetid DB field is set to NULL. -- You are receiving this mail because: You are watching all bug changes.