https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26516

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110605|0                           |1
        is obsolete|                            |

--- Comment #4 from David Nind <da...@davidnind.com> ---
Created attachment 112905
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112905&action=edit
Bug 26516: [alternate] Don't accept incorrect values for
copyrightdate/publicationyear

The previous patch rejects incorrect values when saving to the db specifically
for copyrightdate
An error is thrown for the int conversion when it fails

Rather than catching things when saving we can fix the value when generated,
simply returning null when parsing
the record

To test:
1 - Add a new record to Koha making sure data is valid except 260$c:
    198-
2 - Save the record
3 - It fails
4 - Apply this patch
5 - Restart all the thigns
6 - Repeat
7 - Success!

Signed-off-by: David Nind <da...@davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to