https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24172
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185748|0 |1 is obsolete| | --- Comment #86 from David Nind <[email protected]> --- Created attachment 194203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194203&action=edit Bug 24172: (follow-up) Split serial sequence upon editing and server This patch checks whether we find a season match in the numeration when editing/receiving a serial. If so, we split the input into three boxes, the before string, the season as a dropdown, and the after string. The dropdown visible values wil be transalated, however, the values will be in English. It's a bit ugly, but it works. To test: 1 - Apply patch, update translation 2 - Receive some issues of the serial 3 - Try receiving in English or your other lang 4 - Confirm values are saved in English in the DB either way 5 - Confirm issues show in the currently selected language either way 6 - Test with a non-seasonal serial, confirm no changes Signed-off-by: Magnus Enger <[email protected]> Followed the test plan, works as advertised. Signed-off-by: Nick Clemens <[email protected]> Signed-off-by: David Nind <[email protected]> -- 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/
