[Koha-bugs] [Bug 23049] Replace MANUAL_INV authorised value with a dedicated table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 16 17:23:09 CEST 2019


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #150 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list