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

--- Comment #7 from Victor Grousset/tuxayo <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to