https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35369 --- Comment #7 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 165132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165132 Bug 35369: SIP default 'Greetings from Koha.' message for patrons should be optional and configurable Review of attachment 165132: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35369&attachment=165132) ----------------------------------------------------------------- ::: t/db_dependent/SIP/Patron.t @@ +481,5 @@
+ +subtest "Test SIP2ScreenMessageGreeting" => sub { + plan tests => 2; + $schema->storage->txn_begin; + my $today = output_pref( { dt => dt_from_string(), dateonly => 1 } );
unused variable? @@ +483,5 @@
+ plan tests => 2; + $schema->storage->txn_begin; + my $today = output_pref( { dt => dt_from_string(), dateonly => 1 } ); + my $patron = $builder->build_object( { class => 'Koha::Patrons', value => { opacnote => q{} } } ); + my $library = $builder->build_object( { class => 'Koha::Libraries' } );
same? -- You are receiving this mail because: You are watching all bug changes.