http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7303
--- Comment #1 from Jonathan Druart <[email protected]> 2012-02-16 12:06:59 UTC --- Created attachment 7683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7683 Bug 7303 Adds unicity for budget and fund This patch adds a unique key on fields: aqbudgets.budget_name aqbudgets.budget_code aqbudgetperiods.budget_period_description To test, try to: - create 2 budgets with same description - create 2 funds with same name - create 2 funds with same code All of these cases should be generate an error -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
