[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 16:33:51 CEST 2019


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

--- Comment #219 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Martin Renvoize from comment #218)
> Hmm, 
> 
> The exception is intended and is in fact caught and rethrown within
> Koha::Account.pm.. not sure why it results in noise in the test though.. it
> should be hidden by the 'throws_ok' call..
> 
> Investigating.

my $schema  = Koha::Database->new->schema;
$schema->storage->dbh->{PrintError} = 0;

Might do it in Koha/Account.t
Please try

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


More information about the Koha-bugs mailing list