https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28012
Emmanuel Bétemps <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #13 from Emmanuel Bétemps <[email protected]> --- (In reply to Joonas Kylmälä from comment #4) > To test: > 1) Go to /cgi-bin/koha/serials/subscription-numberpatterns.pl > and try creating a new pattern, notice that only Name and > Description are mandatory after applying this patch Hi, after applying the patch, when I want to create a new pattern : - Name is labeled as mandatory - Description is not labeled as mandatory - Numbering formula is labeled as mandatory (see attachment 'Screenshot - Modify pattern.png') I still can edit existing numbering patterns but if a delete the description, an error occurs when I (try to) save : C4::Serials::Numberpattern::ModSubscriptionNumberpattern(): DBI Exception: DBD::mysql::st execute failed: Column 'description' cannot be null at /kohadevbox/koha/serials/subscription-numberpatterns.pl line 95 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 I can't create a new one : C4::Serials::Numberpattern::AddSubscriptionNumberpattern(): DBI Exception: DBD::mysql::st execute failed: Incorrect integer value: '' for column `koha_test`.`subscription_numberpatterns`.`add2` at row 1 at /kohadevbox/koha/serials/subscription-numberpatterns.pl line 70 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 -- 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/
