[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 20:17:39 CEST 2019


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #195 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(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.


More information about the Koha-bugs mailing list