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

Lucas Gass (lukeg) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|Signed Off                  |Failed QA

--- Comment #38 from Lucas Gass (lukeg) <[email protected]> ---
1. Can you add a check to your atomic update to make sure the column doesn't
already exist? Something like:

if ( !column_exists( 'biblio_framework', 'is_fast_add' ) ...

2. This is causing tests to fail. I think there should also be a new test to
cover the change in Biblio.pm

-- 
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/

Reply via email to