[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 23 15:57:04 CEST 2019


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #216 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
DBD::mysql::st execute failed: CONSTRAINT `accountlines_check_type` failed for
`koha_master`.`accountlines` [for Statement "INSERT INTO accountlines (
         borrowernumber,
         amountoutstanding,
         date,
         description,
         interface,
         accounttype,
         debit_type_code
     )
     VALUES ( ?, ?, (select date_sub(CURRENT_DATE, INTERVAL ? DAY) ), ?, ?, ?,
? )" with ParamValues: 0='117', 1=undef, 2=6, 3='purge_zero_balance_fees should
delete NULL balance fees with date after threshold day', 4='commandline',
5=undef, 6=undef] at t/db_dependent/Accounts.t line 143.

5 and 6 are both undef BOOM

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list