https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #195 from Martin Renvoize <[email protected]> --- (In reply to Kyle M Hall from comment #150) > 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) Rebase mistake.. should be better now :) -- 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/
