[Koha-bugs] [Bug 21756] Deprecate C4::Accounts::manualinvoice (use Koha::Account->add_debit instead)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 25 12:56:49 CET 2019


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

Josef Moravec <josef.moravec at gmail.com> changed:

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

--- Comment #64 from Josef Moravec <josef.moravec at gmail.com> ---
Sorry, still not perfect...

t/db_dependent/Koha/Patrons.t .......................... 12/33 DBD::mysql::st
execute failed: Data too long for column 'type' at row 1 [for Statement "INSERT
INTO `account_offsets` ( `amount`, `debit_id`, `type`) VALUES ( ?, ?, ? )" with
ParamValues: 0=5.000000, 1='408', 2='Account Management Fee'] at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
    # No tests run!

#   Failed test 'No tests run for subtest "add_enrolment_fee_if_needed"'
#   at t/db_dependent/Koha/Patrons.t line 473.
DBIx::Class::Storage::DBI::_dbh_execute(): Data too long for column 'type' at
row 1 at /home/vagrant/kohaclone/Koha/Object.pm line 155
# Looks like your test exited with 255 just after 14.

'type' is of type VARCHAR (16), so 'Account Management Fee' is too long here

also one type here:
 FAIL   t/db_dependent/Accounts.t
   FAIL   spelling
                 recieved  ==> received

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


More information about the Koha-bugs mailing list