https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532
--- Comment #894 from Tomás Cohen Arazi <[email protected]> --- Created attachment 131630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131630&action=edit Bug 19532: Make recalls.status an ENUM This patch makes the status attribute an ENUM, setting the default value as 'requested' as well. The chosen names are easier to read than single letters. Also, renamed F into fulfilled (this impacts methods names as well). This is because 'finished' or 'completed' is more a synonym for old => 1... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
