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

Kyle M Hall <k...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #150 from Kyle M Hall <k...@bywatersolutions.com> ---
DEV atomic update: bug_23049_debit.perl
DBD::mysql::db do failed: Table 'koha_kohadev.account_credit_types' doesn't
exist [for Statement "
          INSERT IGNORE INTO account_credit_types (
            code,
            description,
            can_be_added_manually,
            default_amount,
            is_system
          )
          SELECT
            SUBSTR(accounttype, 1, 80),
            "Unexpected type found during upgrade",
            1,
            NULL,
            0
          FROM
            accountlines
          WHERE
            amount > 0
        "] at (eval 1419) line 109.
Upgrade to XXX done (Bug 23049 - Add account debit_types)

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